Unplanned
Last Updated: 06 Nov 2017 17:21 by ADMIN
ADMIN
Peter Milchev
Created on: 06 Nov 2017 17:18
Category: FormDecorator
Type: Bug Report
0
Appearance of odd character icons on asp:CheckBox in FireFox when RadFormDecorator is with RenderMode=Classic
Workarounds:
- Use the Lightweight render mode of the FormDecorator;
- Use RadCheckBox instead of asp:CheckBox;
- Use the following styles:
.rfdRadioChecked::before, .rfdRadioUnchecked::before,
.rfdCheckboxChecked::before, .rfdCheckboxUnchecked::before {
    content: none !important;
}
Attached Files:
0 comments