DescriptionFix tabIndex in chrome://settings/passwords
The close button should be tabable when a row has focus because it is not possible to delete a row when the password input has focus by pressing delete.
The password field's tabIndex was also not being updated which made it possible to tab to it when the row did not have focus.
The focus was not being updated when a row gained focus. This caused the row to appear focused, but focus to remain on the element in the previous row.
BUG=449110
Committed: https://crrev.com/3e6632995580e3ef08c27b525d11f65cc5d7c35e
Cr-Commit-Position: refs/heads/master@{#311930}
Patch Set 1 #
Total comments: 4
Messages
Total messages: 9 (3 generated)
|