Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 280236

Summary: [Theming] Problem with hover color
Product: [RT] RAP Reporter: NkD Mising name <michal.nikodim>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED NOT_ECLIPSE QA Contact:
Severity: normal    
Priority: P3 CC: ivan, ruediger.herrmann
Version: 1.2   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard: qx-open

Description NkD Mising name CLA 2009-06-15 04:41:23 EDT
Hover color sometime is not change back to normal color.

Testing on: Rap 1.2 RC4 and Firefox 3.0.10 (windows)

reproduce problem:
Run RAP demo (tea?startup=controls) go to tab "TabFolder" and fast mouse move over button "Change Content for Selected Item". Sometime button stay in hover color, sometime not.

Problem is not only about button but about HOVER generally (tab, table header etc).

Same problem is in RAP 1.1.2
Comment 1 Ivan Furnadjiev CLA 2009-06-17 03:58:45 EDT
The actual problem is that the "mouseout" event is not fired if you fast move the mouse over the button.
Comment 2 Ivan Furnadjiev CLA 2009-06-17 05:18:01 EDT
A qooxdoo bug is opened:
"mouseout" not fired in some cases, "over" state is not removed
http://bugzilla.qooxdoo.org/show_bug.cgi?id=2480
Comment 3 RĂ¼diger Herrmann CLA 2009-10-26 05:42:34 EDT
This is a browser issue that is apparent at least in FF (see http://bugzilla.qooxdoo.org/show_bug.cgi?id=2480).
Without receiving a "mouseout" event, we cannot reset the hover state.