PolymerElements / paper-icon-button

A Material Design icon button
https://www.webcomponents.org/element/PolymerElements/paper-icon-button
42 stars 44 forks source link

Click error in the paper-icon-button #84

Closed abdonrd closed 5 years ago

abdonrd commented 8 years ago

Description

Click error in the paper-icon-button. Original issue: https://github.com/Polymer/shop/issues/33

Expected outcome

Normal click. :)

Actual outcome

I record a GIF to show the problem:

shop-paper-icon-button

Live Demo

https://shop.polymer-project.org

keanulee commented 8 years ago

The root cause is described here: https://plus.google.com/+RickByers/posts/TzmJkM3HdCt. The coordinates for click are adjusted (so the focus ripple appears), but tap isn't fired because coordinates for touchstart are not adjusted.

abdonrd commented 5 years ago

As far as I know, the Polymer Elements are not going to continue developing. So I close this issue.