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

Bug 293571

Summary: [Table] Hover state remains on removed TableItems
Product: [RT] RAP Reporter: Rüdiger Herrmann <ruediger.herrmann>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 1.3 M3   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Screenshot that demonstrates the problem none

Description Rüdiger Herrmann CLA 2009-10-28 09:56:57 EDT
If the TableItem over which the mouse cursor currently hovers is removed and no successive TableItem is there to fill the space, the hover-state remains on the row.
See attached screenshot.
Comment 1 Rüdiger Herrmann CLA 2009-10-28 09:57:36 EDT
Created attachment 150728 [details]
Screenshot that demonstrates the problem
Comment 2 Ivan Furnadjiev CLA 2009-10-28 10:26:06 EDT
Remove "over" state from table row if TableRow.js#_itemIndex is set to -1.