Bug #9105
Button hover state remains active despite mouse exit trigger in specific scenario
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#2 Updated by Paula Păstrăguș almost 2 years ago
This task is meant to address an issue where the hover state of a button fails to reset after the mouse_exited event is triggered under a specific scenario.
The bug occurs when two windows are overlapped: if the button is hovered in the window behind the active one, and the focus is then switched to the active window while the cursor is still within the button's bounds, the hover state remains active. This causes the button to appear as if it’s still being hovered, even though it’s no longer in the foreground window, leading to visual inconsistency.