| Summary: | Mnemonic behaviour for disabled controls | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Stefan Milchram <stefan.milchram> | ||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | major | ||||||
| Priority: | P3 | CC: | tbuschto | ||||
| Version: | 2.1 | ||||||
| Target Milestone: | 2.2 M2 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Fixed with commit df1d526371e1efbfc9071d59c06b615fbbd401de. MnemonicHandler no longer dispatches trigger events to disabled widgets. |
Created attachment 235713 [details] SWT and RWT-snippet Mnmenoic behaviour for diabled controls is different in RWT: When 2 buttons share the same mnemonic the first wins (this works in RWT as in SWT). If the first button gets disabled the second one will win in SWT -> in RWT nothing happens. Snippet with SWT (snippet-class inside the zip) and RWT-snippet (project inside the zip) is attached.