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
When you have input that contains paper-icon-button as a suffix it is impossible to use tab to move to the button because paper-input gets focus when button is focused.
Should be able to move focus from input to paper button.
Actual outcome
Focus going back to the input element instead of button.
Live Demo
Paper input demo page. Section Inputs can have prefixes and suffixes.
Steps to reproduce
Append paper-icon-button as a suffix of paper input
Focus on input field
Use tab key.
Browsers Affected
I am using Ubuntu right now so I can test for chrome and FF only.
Chrome
Firefox
Safari 9
Safari 8
Safari 7
Edge
IE 11
IE 10
The text was updated successfully, but these errors were encountered:
jarrodek
changed the title
paper-input with paper-icon-button as a suffix canpaper-input with paper-icon-button as a suffix can't loose focus
Mar 18, 2018
Description
When you have input that contains
paper-icon-button
as a suffix it is impossible to usetab
to move to the button becausepaper-input
gets focus when button is focused.Example:
Expected outcome
Should be able to move focus from input to paper button.
Actual outcome
Focus going back to the input element instead of button.
Live Demo
Paper input demo page. Section
Inputs can have prefixes and suffixes
.Steps to reproduce
paper-icon-button
as a suffix of paper inputtab
key.Browsers Affected
I am using Ubuntu right now so I can test for chrome and FF only.
The text was updated successfully, but these errors were encountered: