zotero/chrome/content
Dan Stillman ba9c7ae739 Fix 'title' attribute on React Button component
E.g., Actions menu in tag selector

Neither 'title' (HTML) nor 'tooltiptext' (XUL) works on HTML elements in
XUL documents, so add a mechanism to fake tooltip behavior and use it in
our Button component. This can be triggered by other React components if
necessary.

This is (mostly) mirroring Firefox tooltip behavior, which is a bit less
sophisicated than macOS behavior. If we end up using this for
everything, we can improve the behavior (e.g., start the delay when
entering the element, not when the mouse stops).

Fixes #1947
2021-02-06 23:37:32 -05:00
..
scaffold Scaffold: Focus code editor when selecting tab 2020-12-24 02:46:19 -05:00
zotero Fix 'title' attribute on React Button component 2021-02-06 23:37:32 -05:00
zotero-platform Fix number inputs and adjust linux styling for the prefs pane 2020-12-21 12:20:17 +02:00