| Summary: | RUI Widget onConstructionFunction does not run at initialization | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Huang Ji Yong <hjiyong> |
| Component: | EDT | Assignee: | Project Inbox <edt.javascriptgen-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | greer |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Fixed. Verified in 201110202102 |
Take Tooltip.egl in RUI widget project as an example. In tooltip.egl file, the definition of Tooltip is handler Tooltip type RUIWidget {onConstructionFunction = start} Which contains an onConstructionFunction . In the construction function of generated js file, the start function is not invoked. 'eze$$runtimePropertiesFile': 'org.eclipse.edt.rui.widgets.Tooltip', "constructor": function() { this.eze$$setInitial(); } I believe this.start() should be invoked after this.eze$$setInitial()