Community
Participate
Working Groups
Build Identifier: 0.7.0.v201109192102 1) Create an RUI handler 2) Declare following int type in the RUI handler. intType int; 3) In the EGL Data view, drag the intType and select Combox as the widget (read-only) 4) In the preview mode, click the button to expand the values for combox, you can find lots of empty lines are created. While the same scenario in RBD8012 only created 1 empty line. Reproducible: Always
Created attachment 205088 [details] screen shot
Change owner to Scott as it is a MVC problem. Please see screen shot.
Brian, Like the other combo box bugs, I think this one is working as far as MVC is concerned; however, it does generate a potentially confusing error when the combo box's values do not include the value being returned in the retrieveViewHelper. This seems likely to be a problem either in the widget itself or in the MVC infrastructure (e.g., controller), rather than MVC generation.
fixed. The long blank empty line is because IE display multiple empty line if no <option></option> in tag <select></select>. So I think it works fine. The error Scott mentioned was fixed, added null check of values in egl widget combo.
Verified in 0.7.0.v201111032101.