-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Paper button keeps flashing #639
Comments
That is the intended :focus state design of paper-button. It's because the button still has focus. @morethanreal it looks like the :focus state of raised buttons changed a bit: http://www.google.com/design/spec/components/buttons.html#buttons-main-buttons |
The focused state was removed in f848d5b170489322a306f7522b2c4217edf2f9cc. Which release do you see the issue in? |
Updated to 0.3.4 which fixed issue --- Below was before update How do I check release. I pulled using bower following is the bower.json and bower.log- { BUILD LOGBuild Time: 2014-06-19T17:32:08 NODEJS INFORMATIONnodejs: v0.10.28 REPO REVISIONSpolymer-expressions: 5b5cc697bd67db7f820693be7c3526d45ae898c2 BUILD HASHESbuild/polymer.js: 5ddc9eaca0a960e287812ad4b745cffdbcf9b322 |
Created simple paper button in toolbar. No link associated. Clicked it and it did its radial thing. Then switched to an unrelated page on a different chrome tab. when came back the button was flashing. Flashing stops when page clicked.
Using Chrome Version 35.0.1916.153 on Mac OS 10.9.4
The text was updated successfully, but these errors were encountered: