You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
We're seeing unwanted keyboard focus-related styles on our paper-icon-buttons, in particular on mobile, where we're specifically only building for the no-keyboard use case. I’ve tracked this down to PaperInkyFocusBehavior, which is unconditionally added to paper-icon-button's behaviors. Would it be possible to allow paper-icon-button users to opt out of PaperInkyFocusBehavior?
Thanks for taking a look @notwaldorf! After digging a little deeper, I think this is actually a bug in paper-behaviors. Just opened PolymerElements/paper-behaviors#80, and will close this now since it seems like discussion should move there.
We're seeing unwanted keyboard focus-related styles on our paper-icon-buttons, in particular on mobile, where we're specifically only building for the no-keyboard use case. I’ve tracked this down to
PaperInkyFocusBehavior
, which is unconditionally added to paper-icon-button's behaviors. Would it be possible to allow paper-icon-button users to opt out ofPaperInkyFocusBehavior
?(In the meantime, we can work around this by pegging to a fork of paper-behaviors with a modified
_focusChanged
method. As a bonus, it also works around this issue, which we're also hitting: PolymerElements/paper-menu-button#101)Thanks for your consideration and for all the great work!
The text was updated successfully, but these errors were encountered: