We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I click the core-icon-button, the core-dropdown does not appear.
core-icon-button
core-dropdown
<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>
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
auto-moving this issue to googlearchive/core-dropdown#7 and closing this one
No branches or pull requests
When I click the
core-icon-button
, thecore-dropdown
does not appear.The text was updated successfully, but these errors were encountered: