Problem
Hovering a tool tab initially waits a few seconds before showing its tooltip. Once a tooltip has appeared, moving the mouse to another tool tab does not reset the hover timer, so the next tooltip appears immediately.
Expected behaviour
Changing the hovered tool tab should hide the previous tooltip and restart the normal hover delay for the newly hovered tab.
Steps to reproduce
- Hover a tool tab until its tooltip appears.
- Move the pointer directly to another tool tab.
- Observe that the next tooltip appears immediately instead of waiting for the normal delay.
Acceptance criteria
- Each newly hovered tool tab waits for the normal tooltip delay, even after another tab tooltip has appeared.
- Moving between tabs before the delay expires restarts the delay for the current tab.
- Leaving the tabs cancels any pending tooltip and hides the visible tooltip.
- Verify the behaviour in the running GUI across multiple tabs.
Release requirement
Must be completed for Version 1.
Problem
Hovering a tool tab initially waits a few seconds before showing its tooltip. Once a tooltip has appeared, moving the mouse to another tool tab does not reset the hover timer, so the next tooltip appears immediately.
Expected behaviour
Changing the hovered tool tab should hide the previous tooltip and restart the normal hover delay for the newly hovered tab.
Steps to reproduce
Acceptance criteria
Release requirement
Must be completed for Version 1.