| Summary: | [ScrolledComposite] When closing dialog (with ScrolledComposite) a Java Script error appears | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Sergey N. Yashin <yashin.sergey> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | blocker | ||
| Priority: | P3 | ||
| Version: | 1.3 | ||
| Target Milestone: | 1.3 M2 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Sergey N. Yashin
It happens when dialog contains ScrolledComposite control. When the ScrolledComposite is disposed, the parent is set to null. Reworked ScrolledComposite.js#_onChangeParent function to handle setting of null parent (focusRoot). |