Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core-dropdown 0.4.2 not working #804

Closed
akashkrishnan opened this issue Oct 19, 2014 · 2 comments
Closed

core-dropdown 0.4.2 not working #804

akashkrishnan opened this issue Oct 19, 2014 · 2 comments

Comments

@akashkrishnan
Copy link

When I click the core-icon-button, the core-dropdown does not appear.

<link rel="import" href="../core-dropdown/core-dropdown.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-tooltip/core-tooltip.html">
<link rel="import" href="../polymer/polymer.html">

<polymer-element name="settings-button">

  <template>
    <core-tooltip label="Settings" position="left">
      <div style="display: inline-block; position: relative">
        <core-icon-button id="trigger" icon="settings"></core-icon-button>
        <core-dropdown relatedTarget="{{$.trigger}}" halign="right">
          <div>Settings</div>
        </core-dropdown>
      </div>
    </core-tooltip>
  </template>

  <script>
    (function () {
      Polymer({});
    })();
  </script>

</polymer-element>

@morethanreal
Copy link
Contributor

The demo page appears to be working for me. Which browser are you seeing the issue on and do you have a jsbin or example code showing the problem?

@tjsavage Can you move this to core-dropdown?

@tjsavage
Copy link
Contributor

auto-moving this issue to googlearchive/core-dropdown#7 and closing this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants