Community
Participate
Working Groups
Build Identifier: 20111116 nightly build Several Dojo widgets got error when D&D in VE by XULRunner render engine. They are: Calendar DateTextBox Editor Grid HorizontalSlider TimeTextBox Reproducible: Always Steps to Reproduce: 1. Create a Web Client Project 2. Set VE render engine to XULRunner 3. Drag & Drop the widgets listed into VE 4. Calendar DateTextBox Grid HorizontalSlider TimeTextBox can not be shown 5. Editor got render error
It seems the load time of dojo widget has problem. When I set a alert() in line 968 of dojo.js.uncompressed.js, it works well. so add Xiao Bin and Ji Yong in to do more investigation.
This has to be fixed in 0.7.
Problem exists in M3 build. It does not seem to be a regression, but something was not tested before.
The reason is that I planed the 2nd round regression, but did not cover such condition, Dojo Widgets on XULRunner. As you know, we did lots of testing on widgets in 1st round testing, so I thought partially covered XULRunner or WebKit is enough. This is also a kind of method to save test efforts/time. So I think it should be the test coverage limitation. For EGL widgets 2nd round regression, we covered the following: EGL Widget - Deploy Debug FF 3.6 XULRunner For Dojo widgets 2nd round regression, we covered the following: Dojo Widget - Deploy Debug FF 3.6 WebKit
The problem only happen in XULRunner 1.9.1.19. We decided not to fix this issue because 1.9.1.19 is an older version then we use in RBD (1.9.2.9). All EDT testing was done with XULRunner 3.6.23 or 3.6.24. (core level 1.9.2.23 or 1.9.2.24). It needs to be documented that the suggested XULRunner is 3.6.23 & above.