abaevbog
abaevbog
Do not move focus from the tab onto the editor/input, during keyboard navigation to not change context per https://www.w3.org/WAI/WCAG21/Understanding/on-input. Based on the success criteria above, it seems like it is...
- made the wrapper of the dialog focusable and adde aria-description so that when the dialog opens it announces how to use the dialog - added aria-labels to buttons, references...
On input, check if the button next to the field would be visible after re-render for url, doi, title fields, and if no - the button will be hidden. That...
Do not try to re-select a previously selected item if it was filtered out from itemTree, e.g. after it was removed from currently selected collection. Otherwise, quickSearch gets cleared in...
https://forums.zotero.org/discussion/117212/removing-an-item-from-collection-clears-search-results Because in `notify` of `itemTree`, when an item is removed from collection, it fires as a "modify" event and we try to [re-select](https://github.com/zotero/zotero/blob/f8970b92de368a0ddb8887a1ba7dfa3c0548bdd4/chrome/content/zotero/itemTree.jsx#L822) it, which fails and in attempt...
Now that almost every important element is focusable, it can take a while to get from one side of the window to another. Maybe we should add a series of...
- shift enter on a creator row will add a new empty creator row after focused row. If shift-Enter is on the last creator before "More creators", all creators will...
- add `View > Columns` and `View > Sort By` menu options to all windows that contains an itemtTree (select items dialog, advanced search, classic add citation, edit bibliography dialog)....
So one can add a child note to items that are being saved. - if client passes `canUserAddNote` flag in ping response, display a textarea note field above tag selector...
- if the desktop zotero app passes a list of tags, render them as datalist options for the tags input - the user adds a newly typed tag (matching one...