diegodlh / zotero-cita

Cita: a Wikidata addon for Zotero with citations metadata support
GNU General Public License v3.0
231 stars 12 forks source link

Tooltips don't show #6

Open diegodlh opened 3 years ago

diegodlh commented 3 years ago

Tooltips which help understand what icons and buttons mean or do, don't seem to work. Using the title attribute doesn't seem to work, maybe because the TagsBox component is wrapped into a XUL element (although it doesn't work either in the Citations Editor, which is an independent window). Tried using the XUL's tooltiptext attribute instead, but it doesn't work. This is a workaround used in Zotero's native reactified TagSelector and TagsBox components, but as reported here doesn't seem to be working either.

diegodlh commented 3 years ago

Fix using Zotero_Tooltip workaround. Note this won't be available in older versions of Zotero

diegodlh commented 2 years ago

Maybe the solution proposed here fixes this?