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

Bug 417508

Summary: [ToolBar] Hover state is not removed from disabled items
Product: [RT] RAP Reporter: Ivan Furnadjiev <ivan>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: tbuschto
Version: 2.1   
Target Milestone: 2.2 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Ivan Furnadjiev CLA 2013-09-18 08:46:20 EDT
Reproducible with Controls Demo -> ToolBar tab:
1. Move the mouse over the disabled tool item "open"
2. Move the mouse out of the toolbar (up or down) - "open" tool item is still hovered
Comment 1 Tim Buschtoens CLA 2013-09-25 11:38:57 EDT
Fixed with commit 539d8095407b271eb91cc78d070a308e7dfd2d18

Hover state (as a result of mouseover) was set in ToolBar.js AND in the
ToolItem itself, which is redundant. It's now only set by the ToolItem theming (except for key events).