https://bugs.documentfoundation.org/show_bug.cgi?id=140463

--- Comment #6 from Jan-Marek Glogowski <[email protected]> ---
This is not a Tooltip, but a Popover
(https://docs.gtk.org/gtk4/class.Popover.html), i.e. it's not handled by the
tooltip code. FWIW, Gtk is the only toolkit with a native implementation. The
main reason to use the Popover instead of a Tooltip, is probably, that it shows
up vertically centered below the slide and stays there, while ToolTips are
positioned relative to the mouse position by the toolkit and are just shown,
while the cursor is in the defined area (and for Gtk includes some "pointing
area"). That widget is also used to show Calc cell help when editing a cell.

Looking at the code, Qt VCL doesn't handle mouse enter and leave events.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to