| Summary: | [ToolBar] Hover state is not removed from disabled items | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ivan Furnadjiev <ivan> |
| Component: | RWT | Assignee: | 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
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). |