| Summary: | [ToolBar] Item stays hovered if modal dialog was opened in selection event | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Rüdiger Herrmann <ruediger.herrmann> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | tbuschto |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Rüdiger Herrmann
I think this is actually the correct behaviour: If a toolbar gets focused, the item last pressed gets the hover state. Test it in the Eclipse IDE: Focus a toolbar using the tab key. Within the toolbar press a button that opens a dialog. Close the dialog with esc. The button last pressed will have the "hover"-look. That is needed for keyboard-navigation in toolbars. Another issue however is that toolbars are not focusable with only the mouse in SWT/Win, while in RAP they are. That, if regarded as a bug, could be changed. See comment #1 |