Community
Participate
Working Groups
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()
Fixed.
Verified in 201110202102