| Summary: | JavaScript error when closing the ProgressView | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ivan Furnadjiev <ivan> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P1 | CC: | claudio.guglielmo |
| Version: | 1.5 | ||
| Target Milestone: | 1.5 M7 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Ivan Furnadjiev
Marked as P1 as it is working in 1.5M6 but not in CVS HEAD. This error has been introduced by the changes in Widget.js#destroy for bug 324438 (rev.1.21). As a result, "changeParent" event is not fired on destroy (parent set to null). Fixed in ScrolledComposite#_onChangeFocusedChild to get the new focused child from the event itself. *** Bug 377760 has been marked as a duplicate of this bug. *** |