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

Paper button keeps flashing #639

Closed
vikjung opened this issue Jul 16, 2014 · 3 comments
Closed

Paper button keeps flashing #639

vikjung opened this issue Jul 16, 2014 · 3 comments

Comments

@vikjung
Copy link

vikjung commented Jul 16, 2014

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

<core-toolbar class="tall">

  <core-icon-button icon="arrow-back"></core-icon-button>
  <div flex></div>
  <core-icon-button icon="search"></core-icon-button>
  <paper-button label="Sign In" id="paper_button"></paper-button>
  <div class="bottom indent title">Title</div>

</core-toolbar>

<div class="content">
@ebidel
Copy link
Contributor

ebidel commented Jul 16, 2014

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

@morethanreal
Copy link
Contributor

The focused state was removed in f848d5b170489322a306f7522b2c4217edf2f9cc. Which release do you see the issue in?

@vikjung
Copy link
Author

vikjung commented Jul 16, 2014

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-

{
"name": "src",
"version": "0.0.0",
"description": "bb",
"license": "MIT",
"ignore": [
"*/.",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#~0.3.3",
"core-elements": "Polymer/core-elements#~0.3.3",
"paper-elements": "Polymer/paper-elements#~0.3.3"
}
}

BUILD LOG

Build Time: 2014-06-19T17:32:08

NODEJS INFORMATION

nodejs: v0.10.28
chai: 1.9.1
grunt: 0.4.4
grunt-audit: 0.0.3
grunt-contrib-uglify: 0.4.0
grunt-contrib-yuidoc: 0.5.2
grunt-karma: 0.8.3
grunt-string-replace: 0.2.7
karma: 0.12.14
karma-crbot-reporter: 0.0.4
karma-firefox-launcher: 0.1.3
karma-ie-launcher: 0.1.5
karma-mocha: 0.1.3
karma-safari-launcher: 0.1.1
karma-script-launcher: 0.1.0
mocha: 1.18.2
Polymer: 0.3.3

REPO REVISIONS

polymer-expressions: 5b5cc697bd67db7f820693be7c3526d45ae898c2
polymer-gestures: c8ecff052a13790a668c65e10547f2ac33a04a41
polymer-dev: fc8caf1

BUILD HASHES

build/polymer.js: 5ddc9eaca0a960e287812ad4b745cffdbcf9b322

@vikjung vikjung closed this as completed Jul 16, 2014
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