pdf-reader
pdf-reader copied to clipboard
PDF reader for Zotero
Implement zotero/zotero#3021. Thanks for the great project! I have implemented a simple recursive search method to bring the search functionality in outline view and reuse the search box component from...
Reader is currently building pdf.js in "generic-legacy" mode and is set for babel compatibility with FF60. Both these things are needed for Zotero 6 but for Zotero 7 we can...
- add tabstop to contextMenu, so navigation between buttons within it is handled by focusManager - when context menu is opened, focus the first button from contextMenu so that the...
- set role="application" on toolbar and sidebar to force screen readers to use focus mode in those areas since reading mode is not applicable here and one should not have...
This PR implements the changes discussed in zotero/zotero#4224, but while doing that it also triggered other keyboard accessibility changes throughout the reader code. Once we agree on the changes and...