zotero/chrome/content
abaevbog 2835d6fe83
tag selector focus edits, fix windowing breakage (#3984)
* tag selector focus edits

- no tabstop on the tag selector scrollable area
- change tag selector's role from default "grid" to "group".
"grid" is not quite correct semantically and leads to
voiceover suggesting irrelevant commands.
- move all keyboard handling logic to tagSelectorList.jsx.
Tabbing through tag selector is now handled in ZoteroPane,
so the only logic left there is arrow navigation
between tags, and there's no reason to not have it
together with the tags list.
- a workaround to deal with focused tags when windowing
kicks in. When a tag is focused, record its index.
Each time tags are re-rendered, if the saved index is not
among rendered tags, refocus it, otherwise, move focus
to the tags list.
2024-04-18 08:39:36 +03:00
..
scaffold Scaffold: Disable sticky headers in Tests editor 2024-04-12 13:21:17 -07:00
zotero tag selector focus edits, fix windowing breakage (#3984) 2024-04-18 08:39:36 +03:00
zotero-platform fx115: Citation dialog fixes (#3889) 2024-04-05 12:07:24 +03:00