Community
Participate
Working Groups
Build Identifier: 20111114 There is the same issue in RBD, but I think it is High Severity and should be fixed in 0.7. DD a rui CheckBox widget outside the defaul GridLayout, the widget displays abnormal. Reproducible: Always Steps to Reproduce: 1.DD a rui CheckBox widget outside the defaul GridLayout Actual results: The CheckBox is seperated as two parts, and please refer to screenshot.
Created attachment 207012 [details] CheckBox displaying error
What browser is being used in RBD and EDT for the Design pane?
I tried both IE and XULRunner, thanks.
I am deferring this because it has always existed and users have the Dojo Checkbox that works correctly if they need this behavior. Any change to this widget at this point could break it in unexpected ways.
Created attachment 208479 [details] The patch file.
Jimmy, please review the code, thanks.
This patch is hardcoding the style of child widget, the style should be move to css file. Thanks.
(In reply to comment #7) > This patch is hardcoding the style of child widget, the style should be move to > css file. Thanks. Change ------------------------------------ .claro .EglRuiCheckBox input{ width: 16px; height: 16px; margin-right: 2px; } to ------------------------------------ .claro .EglRuiCheckBox input{ width: 16px; height: 16px; margin-right: 2px; vertical-align:top; }
Resolve the defect.
This is partly fixed because the highlights in VE is still along with the checkbox widget. Please refer to screen shot.
Created attachment 209870 [details] Tested on 20120121
It's a problem of VE. I tried below browser types. 1) WebKit - it works fine. 2) XULRunner - refer to the picture attached by Thomas. 3) IE - the selection box is in the middle. Also, since Forest is in vacation now, and I triage this defect to M2.
This defect is assigned to me at the last day of I2, so no time to fix it in I2, suggest to move it to I3.
Rocky's fix has some problem, the right fix should remove "vertical-align:top;" from ".claro .EglRuiCheckBox span": .claro .EglRuiCheckBox span{ /*vertical-align:top;*/ } After apply the fix, there is a lot problem remain, that is when use IE 8 in VE, the border of checkbox will be little below the checkbox, that is known issue in 363259, which will not plan to be fix in near time because it is only occurs in IE 8.
I tried in build of 201203292102. The orignal issue reoccur both in FF and internal browser. The CheckBox is seperated as two parts again. So it is no related with IE now. Please refer to the screenshot.
Created attachment 213369 [details] widget is split to 2 parts
There is no changes to solve it in 0.8, will try to solve it in 0.8.1