Fix: prevent annotation freeze when editing comments in sidebar - #232
Fix: prevent annotation freeze when editing comments in sidebar#232MattesMrzik wants to merge 1 commit into
Conversation
56076df to
3d9a3f9
Compare
FocusManager._handleFocus deselects annotations when any focus event fires outside .annotation elements. During React re-renders of the contentEditable comment editor, focus fires on elements momentarily outside .annotation, creating an infinite deselect→re-select cycle that freezes the UI with large annotation sets. Added [contenteditable="true"] to the exclusion selector list.
3d9a3f9 to
765d1c1
Compare
|
this was not a correct fix. see https://forums.zotero.org/discussion/129829/trouble-since-update-zotero-8 what actually helped: ??? (0x4db7e44) → 1534 samples This tells Firefox to skip registering its AX handler. |
Problem
When editing annotation comments in the PDF reader sidebar, Zotero freezes completely. This has been reported by multiple users on macOS and Windows: