zotero/chrome
abaevbog 89320a7ee4 fx115: fix tags autocomplete breakage (#3882)
With fx115, changes from 49fe2b98d9
made the autocomplete popup appear blank when the reader tab is opened.
Not re-creating the PopupAutoComplete in tagsBox makes the items from
autocomplete popup visible again. But it makes the autocomplete appear
below the "Add tags" popup for annotations (what 49fe2b98d9
originally fixed), and it also creates a duplicate <popupset>
with a new autocomplete panel at the bottom of the DOM every time autocomplete runs.
The duplicate <panel>s do not have an id.

Manually adding a <popupset> with a <panel> whose id="PopupAutoComplete"
does not create any duplicates and properly positions the popup.

Fixes: #3881
2024-03-30 01:02:08 -04:00
..
content fx115: fix tags autocomplete breakage (#3882) 2024-03-30 01:02:08 -04:00
locale fx115: fix tooltips for tabs, tabs menu and virtualized table (#3877) 2024-03-30 01:02:08 -04:00
skin/default/zotero fx115: fix main window element layout 2024-03-30 00:58:58 -04:00