CI to automate build of zotero tarball for zotero aport https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/zotero
Find a file
Abe Jellinek cd296b1f37 fx-compat: Item box: Fix _*FieldValue(), more focus issues
_getFieldValue() and _setFieldValue() were using `.value` instead of
`.textContent`, so the few places that use it were getting/setting ignored
fields on divs.

fbc25834 messed up the tab index logic, shifting the responsibility for
preserving _lastTabIndex across refreshes: originally, the default was to throw
it away, and the caller was responsible for saving and restoring it if the
refresh was caused by tabbing between fields. The bad commit reversed the
situation and made the item box *remember* the _lastTabIndex by default,
meaning that a refresh caused by the notifier, for example, would focus the
last focused field even if it had been closed by the user in the meantime.

That bad change was a misguided attempt to fix the Tab key cycling infinitely
between Item Type, Title, and creators and never reaching further fields. The
actual fix was just to add `, textarea` to the query on line 1459.
2022-08-05 16:12:28 -04:00
.github Temporarily disable CI 2022-05-13 04:28:57 -04:00
chrome fx-compat: Item box: Fix _*FieldValue(), more focus issues 2022-08-05 16:12:28 -04:00
components fx-compat: Initial plugin support 2022-08-05 01:08:51 -04:00
defaults/preferences fx-compat: Remove ';' because style.setProperty fails in note-editor 2022-05-17 14:40:04 +03:00
note-editor@1a3fa7b30d Show a few missing options in Tools menu when PDF reader tab is open 2022-04-27 18:20:41 +03:00
pdf-reader@4d7ce02e92 Update note-editor and pdf-reader submodules 2022-04-15 05:21:14 -04:00
pdf-worker@03e80435d3 Update pdf-worker submodule 2022-04-12 03:13:02 -04:00
resource fx-compat: Correct create[XUL]Element[NS]() calls 2022-06-29 11:14:40 -04:00
scripts Report correct path for outFiles in symlink task (#2639) 2022-05-26 05:48:27 -04:00
scss fx-compat: Item box: Correct value margins, remove type dropmarker 2022-08-05 16:12:28 -04:00
styles@085f270569 Update submodules 2022-02-19 13:53:03 -05:00
test Adjust integration function comments and test dummy signature 2022-07-26 10:53:05 +03:00
translators@75eb338759 fx-compat: Scaffold: Read ESLint output from stdin 2022-07-19 16:26:17 -04:00
.babelrc Add @babel/plugin-proposal-unicode-property-regex 2021-08-22 04:07:33 -04:00
.eslintignore ESLint: Ignore additional files 2019-02-26 06:07:54 -05:00
.eslintrc fx-compat: Add ChromeUtils as eslint global 2022-06-19 04:16:53 -04:00
.gitattributes Fix enforcing of Unix newlines for SQL files 2016-02-26 18:37:44 -05:00
.gitignore Cache PDF tools in the source directory between test runs 2018-01-18 19:24:09 -05:00
.gitmodules Fix CI: Replace git:// URLs with HTTPS 2022-03-15 10:24:57 -07:00
chrome.manifest fx-compat: Fix CSS targeting for Big Sur and later in chrome.manifest 2022-05-13 04:28:57 -04:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-11-04 01:31:10 -04:00
COPYING Update COPYING 2018-03-26 11:27:48 +02:00
install.rdf Update version to 7.0.0 2022-07-19 22:38:01 -04:00
package-lock.json fx-compat: Scaffold: Update Monaco 2022-06-08 17:38:59 -05:00
package.json fx-compat: Scaffold: Update Monaco 2022-06-08 17:38:59 -05:00
README.md README.md: Update CI Badge (#2473) 2022-03-25 22:14:47 -04:00
update.rdf Update Fx minVersion to 45 2016-12-13 09:12:55 -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 wiki.