PolymerElements / paper-button

A button à la Material Design
https://www.webcomponents.org/element/PolymerElements/paper-button
138 stars 64 forks source link

Button label goes bold after first tap on mobile (but then unbold again) #102

Open owencm opened 8 years ago

owencm commented 8 years ago

On desktop we support focus via tabbing which sets button labels to bold, but there is a bug on mobile.

When a button is tapped on mobile there is a bad interaction with the desktop focus code where the label becomes bold. Note that tapping it again unbolds the label, and then it remains unbold.

This can be repro'd on mobile device emulation mode.

keanulee commented 8 years ago

Related to #24, https://github.com/PolymerElements/paper-icon-button/issues/49