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

Bug 278811

Summary: [Theming] Provide hover state for items of List-like widgets
Product: [RT] RAP Reporter: Ralf Sternberg <rsternberg>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: ruediger.herrmann
Version: 1.2   
Target Milestone: 1.3 M2   
Hardware: All   
OS: All   
Whiteboard:

Description Ralf Sternberg CLA 2009-06-02 11:47:06 EDT
List-like widgets like the following should have a hover state to allow for a custom background on mouse over.
* Table (could be implemented on TableRow)
* Tree
* List
* Combo (drop-down list)
Comment 1 Benjamin Muskalla CLA 2009-08-07 09:51:34 EDT
*** Bug 278164 has been marked as a duplicate of this bug. ***
Comment 2 Ivan Furnadjiev CLA 2009-09-08 05:51:06 EDT
List-Item "hover" state is added. Changes are in CVS HEAD.
Comment 3 Ivan Furnadjiev CLA 2009-09-08 06:32:02 EDT
The "hover" like effect already exists in Combo (drop-down list). Moving the mouse over the list items do the selection of the item. Do we need something different?
Comment 4 Ivan Furnadjiev CLA 2009-09-08 08:04:42 EDT
TableItem "hover" state is added. Changes are in CVS HEAD.
Comment 5 Ivan Furnadjiev CLA 2009-09-08 10:03:57 EDT
We've agreed not to implement the TreeItem "hover" effect for now and leave the Combo as it is.