rohanb10 / snoozz-tab-snoozing

A Web Extension to declutter windows by snoozing tabs for later
http://snoozz.me/
GNU General Public License v3.0
119 stars 29 forks source link

[CHANGE] tab index for custom time setting can be more usable #113

Open ssasa opened 2 years ago

ssasa commented 2 years ago

What would you like to change

When choosing custom time HTML tabindex property is not set in a way to make the page usable with the keyboard.

What would you like to see instead

The tabindex should be set in a way that hour field is focused after choosing "Choose your own time". And after that, the next tabindex should be set to minutes field.

What is your specific use case (if applicable)

When clicking "Choose your own time" I need to click on the hour field and then type manually on the keyboard a specific hour. Then I press the "tab" key on the keyboard and the focus does not jump on the minutes field but somewhere else. This requires to use the mouse again to get the focus of the minutes field. Having tabindex set in a proper way will make the UI more usable.

Which browser / OS do you use

Chrome / MacOS

Screenshots / Videos

Screen Shot 2022-08-03 at 9 47 28 AM