Completed
Last Updated: 25 May 2015 14:07 by ADMIN
ADMIN
Ianko
Created on: 05 May 2015 05:49
Category: Button
Type: Bug Report
1
Checkbox and Radio icons appear at incorrect position in lightweight mode
RadButton with ButtonType="ToggleButton", ToggleType="CheckBox" or ToggleType="Radio" in lightweight mode, renders the icons and the text labels at incorrect position.

For the time being, you can use the following CSS as a workaround:

.RadButton.rbCheckBox span.rbText,
.RadButton.rbRadioButton span.rbText,
.RadButton.rbToggleButton span.rbText {
    vertical-align: initial; /* FF and Chrome */
    vertical-align: auto; /* IE */
}

button.RadButton {
    vertical-align: initial;
    vertical-align: auto;
}
Attached Files:
1 comment
ADMIN
Misho
Posted on: 25 May 2015 14:06
The issue is resolved and the fix will be available in Q2 2015.