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

Chrome - animation glitch #593

Closed
Dzienny opened this issue Jul 1, 2014 · 7 comments
Closed

Chrome - animation glitch #593

Dzienny opened this issue Jul 1, 2014 · 7 comments
Assignees
Labels

Comments

@Dzienny
Copy link

Dzienny commented Jul 1, 2014

Sometimes animations don't finish and get stuck.

Example:
animation_bug

@dfreedm
Copy link
Member

dfreedm commented Jul 1, 2014

This may happen if the up event does not occur. If you right click and open a browser dialog, that eats the mouseup, or if your finger leaves the screen without sending a touchend.

I'm not sure how much of this we can fix, except to clean up missing events on the next down.

@Dzienny
Copy link
Author

Dzienny commented Jul 1, 2014

In case of radio buttons I can replicate this problem by changing options quickly.

In case of a check box, I can induce the problem by:

  1. Long click.
  2. Release.

Example:
animation_bug_2

It may be a problem with Chrome, because I couldn't trigger this bug on IE or Firefox. Oh, irony;)

@frankiefu
Copy link
Member

It sounds like the up event didn't get fired. It shouldn't happen if you are just doing a click. So sounds like a bug somewhere. But I couldn't reproduce the problem using Chrome 35.0.1916.153 on http://www.polymer-project.org/components/paper-elements/demo.html.

@Dzienny
Copy link
Author

Dzienny commented Jul 8, 2014

I can reproduce this problem repeatedly on my Chrome 35.0.1916.153 (32bit) running under Win 8.1 (including incognito mode - i.e. without any plugins) on http://www.polymer-project.org/components/paper-elements/demo.html. I installed Chrome Canary 38.0.2084.0 (64-bit) and tested it there - it works without any problems.

Interestingly, I tried to reproduce this bug on http://www.polymer-project.org/apps/topeka/ and I couldn't; both Chrome versions work well with checkboxes and radioboxes that are there - no animation problems.

@wing5wong
Copy link

I put some issues on the respective repos for checkbox and radio-button before noticing the issue mentioned here already.

Have only been able to reproduce in Chrome. Works fine in IE11
The issue also occurs on radio-toggle-button
googlearchive/paper-radio-button#4
googlearchive/paper-checkbox#10

Side note - should we post issue relating to components here or on the respective repos

@robdodson
Copy link
Contributor

We prefer on the component repos so it's easier to organize

On Mon, Aug 4, 2014 at 3:12 PM, wing5wong [email protected] wrote:

I put some issues on the respective repos for checkbox and radio-button
before noticing the issue mentioned here already.

Have only been able to reproduce in Chrome. Works fine in IE11
The issue also occurs on radio-toggle-button
googlearchive/paper-radio-button#4
googlearchive/paper-radio-button#4
googlearchive/paper-checkbox#10
googlearchive/paper-checkbox#10

Side note - should we post issue relating to components here or on the
respective repos


Reply to this email directly or view it on GitHub
#593 (comment).

@dfreedm
Copy link
Member

dfreedm commented Sep 22, 2014

Duplicate of googlearchive/paper-ripple#16

@dfreedm dfreedm closed this as completed Sep 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants