| Summary: | [ToolItem] ToolItem stay focused after pressing | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Yury <swimmer_86> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 2.3 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Yury
Reproducible with RAP 3.0M6 too. It's related to focussing. When dialog is closed, the focus is returned back to the widget that has it before the dialog is opened. In this case - the push ToolItem. As ToolItem is focusable (can be traversed by tab) I think the behaviour is correct. Nevertheless, in RCP on Windows, the focus is not returned to the ToolItem. We have to check how GTK behaves in this case. Works for me with current RAP from master branch. |