| Summary: | [Shell] Default button not reset after changing the focus control | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ivan Furnadjiev <ivan> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 1.5 | ||
| Target Milestone: | 1.5 M7 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Ivan Furnadjiev
The default button is updated in Display#setFocusControl. When the focus control is set from the client-side, the shell default button is preserved (ShellLCA#preserveValues) after updating it in (DisplayLCA#readFocusControl). As a result, new value is not rendered to the client. Fixed in Shell#updateDefaultButton by executing the code in a ProcessActionRunner. |