Community
Participate
Working Groups
Build Identifier: 0.7.0.v201111060901 Open the attached H8.egl with VE, you can find that the value of ts_textBox is not set correctly. While another TimeTextBox value is set correctly. The only difference between two widget is that the ts_textBox has relationship with MVC. I'm not sure if this is a problem of using MVC (code generated by EGL variable wizard), or it's a problem of MVC runtime, or it's a problem of JSGen. I add all of the related people to the defect copy list. Reproducible: Always
Created attachment 206505 [details] The sample EGL file.
This is a JS runtime bug. The following has the same problem: ts timestamp("HHmmss"); s string = ts; ts = s; syslib.writeStdout(ts); // prints incorrect date
Resolved indirectly, verified by Pengfei
Verified in 0.7.0.v201111160901.