| Summary: | [Text] Click on the search/cancel icons does not fire default selection event if default button is set | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Artem Golovnya <artjomka.mail> | ||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | tbuschto | ||||
| Version: | 2.0 | Flags: | tbuschto:
review+
|
||||
| Target Milestone: | 2.2 M1 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | sr211 | ||||||
| Attachments: |
|
||||||
Reproducible with Controls Demo -> Text tab. The default button prevents the selection/default selection event to be send - see Text.js#hasSelectionListener. Fixed in master with commit b72030bd473f8ba90b740110a20e50a8af12ec42. Changes look save +1 for SR211 Backport to 2.1-maintenance branch with commit 70c7cc209538c193789da96e943d735155fec871. |
Created attachment 232036 [details] example Hello everybody, Text with SWT.SEARCH | SWT.ICON_SEARCH | SWT.ICON_CANCEL do not work if focus is set to button. Please, check attachment.