Modify ↓
Opened 4 years ago
Closed 4 years ago
#3943 closed defect (fixed)
Keep keyboard focus on Add button
| Reported by: | mjulius | Owned by: | team |
|---|---|---|---|
| Priority: | minor | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description
Until around two weeks ago, when adding tags to an object the Add button in the Properties/Memberships side panel was keeping the keyboard input focus when the tag dialog was closed. This allowed to quickly enter a bunch of tags by just hitting Enter to get a new tag dialog without needing to bother the mouse.
Just in case the above is unclear this is the work flow that could be used:
- click Add
- enter key
- hit Tab
- enter value
- hit Enter to close the dialog
- hit Enter again and a new dialog pops up <-- this is the step that does not work anymore
- enter key
- ...
It is not a huge deal but it would be great if the previous behavior could be restored.
Attachments (0)
Change History (1)
comment:1 Changed 4 years ago by Gubaer
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



(In [2473]) fixed #3943: Keep keyboard focus on Add button