Community
Participate
Working Groups
Build Identifier: 0.7 GA build 1) Drag a TitlePane to VE. 2) In the default generated code for TitlePane, there is a child Div. But the Div can neither be displayed in VE nor in outline view. 3) If update the Div as following, then it can be displayed in the VE. Original is, ...children = [ new Div { } ] ... Change to, ...children = [ new Div {innerHTML = " "} ] ... Reproducible: Always
This is important as it's impacting the database access tutorial.
This is caused by a wrong js generation by js gen, has worked with Ji Yong to make out a fix. Ji Yong will check in the code solve the defect.
Created attachment 208866 [details] fix
Add a temporary variable for the embedded widget created by new expression as RBD did. We may consider only generate such way in VE mode to avoid temporary variables in generated js which can be categorized to be the theme of js gen optimization theme of 0.8.0
Verified in 0.8.0.v201201150902-1CT-Fiv5_M5_LOPfUa4.