| Summary: | [Combo] Hitting Esc key when a combo has the focus does not close the dialog | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Sebastien Arod <sebastien.arod> | ||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | 2.0 | ||||||
| Target Milestone: | 2.1 M2 | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Reproducible with Workbench Demo -> Preferences dialog. Fixed in master with commit 11f8ba0f77538537e701433950b4802193f03a96. |
Created attachment 228559 [details] A snippet project showing the problems When a dialog or wizard is opened hitting Esc key generally closes the shell which is the expected behavior. However if a combo has the focus the hitting esc key will not close the dialog. Reproducible case: * Using the attached snippet * Launch the BugSnippet EntryPoint * Clock the button to open the dialog * In the dialog put the focus on the combo. * Hit escape => The dialog won't close As a wild guess I would say the issue is probably linked to the fact that the combo catches the esc key to be able to close the combo when expanded.