Find a file
abaevbog c3f8ba8eb1
Fix glitchy menupopups in dialogs opened from a context menu (#5409)
Opening a dialog window via a command from a menupopup leads to
unexpected glitches in the dialog's popups (e.g., collections menu
in newCollection dialog on macOS won't go away when you click away,
and on Windows, child collections don't appear when a parent is hovered).
This is due to some kind of race condition that arises when the dialog
appears when the popup is still closing.

This workaround captures command events from menupopups, closes the popup,
stops propagation of those events, and then dispatches a copy of
that event after a delay. This gives the popup enough time to close.

Fixes: #5408
Fixes: #4891
2025-07-30 01:56:11 -04:00
.github/workflows Remove issue template 2025-02-10 23:25:03 -05:00
app Update LibreOffice submodule 2025-06-19 11:39:51 +03:00
chrome Fix glitchy menupopups in dialogs opened from a context menu (#5409) 2025-07-30 01:56:11 -04:00
defaults/preferences Update default Chicago style after upstream id changes 2025-07-15 00:46:10 -04:00
js-build Update build scripts for note-editor, pdf-worker, and reader: 2025-04-30 13:46:32 +03:00
note-editor@10d0d60d87 Update note-editor submodule with Fluent support 2025-06-26 18:36:47 +03:00
pdf-worker@95358b037a Update build scripts for note-editor, pdf-worker, and reader: 2025-04-30 13:46:32 +03:00
reader@d06c2c32aa Update reader submodule 2025-06-30 13:32:20 +03:00
resource Update styles and CSL locales 2025-07-15 00:46:09 -04:00
scripts Fix escaping in rpl command 2025-06-11 00:46:04 -04:00
scss Fix unreadable tooltips in dark mode. Close #5397 2025-07-22 17:19:28 +02:00
styles@aeaac039f1 Update styles and CSL locales 2025-07-15 00:46:09 -04:00
test Server: Add support for UTF in server headers (RFC2047) 2025-07-24 13:26:23 +03:00
translators@484110c925 Update translators, styles, and CSL locales 2025-03-18 23:46:45 -04:00
types/gecko Add Gecko types and a script to update them (#4296) 2024-07-02 00:58:51 -04:00
.babelrc Use production builds of react libraries (#4482) 2024-08-02 03:43:02 -04:00
.gitattributes Update Linux updater for Zotero 7 2023-05-20 10:51:47 +00:00
.gitignore Use user-provided codesign script for Windows signing 2024-04-08 10:12:58 +01:00
.gitmodules Remove chai-as-promised submodule 2025-03-05 22:59:49 -05:00
chrome.manifest Remove old citation dialogs (#5177) 2025-04-02 05:26:06 -04:00
CONTRIBUTING.md Add "support questions" to CONTRIBUTING.md 2022-12-01 05:10:42 -05:00
COPYING Update COPYING 2018-03-26 11:27:48 +02:00
eslint.config.mjs Add Cr as glboal in eslint config 2025-03-05 05:51:04 -05:00
package-lock.json Scaffold code completion (#5171) 2025-04-09 00:36:22 -04:00
package.json Scaffold code completion (#5171) 2025-04-09 00:36:22 -04:00
README.md "Zotero wiki" → "Zotero documentation" in app build README 2023-04-26 04:40:22 -04:00
update.rdf Update Fx minVersion to 45 2016-12-13 09:12:55 -05:00
version Update version to 7.1 2025-01-03 01:21:57 -05:00

Zotero

CI

Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.

Please post feature requests or bug reports to the Zotero Forums. If you're having trouble with Zotero, see Getting Help.

For more information on how to use this source code, see the Zotero documentation.