zotero/chrome
abaevbog 53fed83e05
do not save edits on Escape in reader tags popup (#4399)
<panel> takes over Escape handling by just closing the popup via
what looks like a capturing listener on document, since Escape
keydown events never even reach the popup itself. When the popup
is just closed like that, tagsBox is blurred so all unwanted edits get saved.

To properly handle Escape, attach our own capturing listener that will
reset all edits before the popup is closed.

Fixes: #4398
2024-07-19 02:34:28 -04:00
..
content do not save edits on Escape in reader tags popup (#4399) 2024-07-19 02:34:28 -04:00
locale add aria-label to tag edit fields (#4231) 2024-07-16 02:36:02 -04:00
skin/default/zotero quickFormat rtl layout fixes (#4372) 2024-07-11 05:39:24 -04:00