Bug 162477 - Improve tooltip timing
Summary: Improve tooltip timing
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: QA:needsComment
Keywords:
Depends on:
Blocks: Tooltip 162296
  Show dependency treegraph
 
Reported: 2024-08-15 06:10 UTC by Heiko Tietze
Modified: 2024-08-30 03:16 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heiko Tietze 2024-08-15 06:10:45 UTC
Moving the cursor from one control to another keeps the active tooltip visible and changes only the text. Instead we should hide the tooltip onleave.

Pascal knows three parameters for tooltip timings:

HintHidePause: time interval to wait before hiding the Help Hint if the mouse has not moved from the control or menu item
HintPause: time interval that passes before the control's Help Hint appears when the user places the mouse pointer on a control or menu item
HintShortPause: time period to wait before bringing up a Hint if another Hint has already been shown
(https://docwiki.embarcadero.com/Libraries/Athens/en/Vcl.Forms.TApplication.Hint)