zotero/chrome/content/zotero/components
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
..
createParent Refactor l10n code. Remove use of react-intl. (#2975) 2023-02-10 10:26:49 +02:00
editable Reactify item tags box 2019-11-08 06:41:06 -05:00
form Move js-tree files out from /containers subfolder 2021-08-21 06:58:12 -04:00
tagSelector tag selector focus edits, fix windowing breakage (#3984) 2024-04-18 08:39:36 +03:00
annotation.jsx Refactor l10n code. Remove use of react-intl. (#2975) 2023-02-10 10:26:49 +02:00
button.jsx fx115: fix tooltips for tabs, tabs menu and virtualized table (#3877) 2024-03-30 01:02:08 -04:00
draggable.jsx Misc new tree cleanup 2021-08-21 06:58:12 -04:00
editable.jsx Properly disable React tags box in read-only mode 2019-11-15 04:06:21 -05:00
icons.jsx Redesign RTF Scan wizard 2024-01-24 23:32:19 -05:00
progressQueueTable.jsx Fix progress queue segfault (#3359) 2023-08-23 04:56:21 -04:00
search.jsx fix focus test breakage after zotero@6859614 (#3977) 2024-04-14 02:16:16 -04:00
tabBar.jsx fx115: fix tooltips for tabs, tabs menu and virtualized table (#3877) 2024-03-30 01:02:08 -04:00
tagSelector.jsx keyboard navigation for tag selector (#3615) 2024-02-19 04:57:03 -05:00
tooltip.js fx115: fix tooltips for tabs, tabs menu and virtualized table (#3877) 2024-03-30 01:02:08 -04:00
utils.js Add "pick" and "omit" utils 2024-01-24 04:03:12 -05:00
virtualized-table.jsx fx115: fix tooltips for tabs, tabs menu and virtualized table (#3877) 2024-03-30 01:02:08 -04:00
windowed-list.js Fix corner case after #3460. Closes #3461 2023-10-24 14:24:38 +03:00