This is a migrated thread and some comments may be shown as answers.

Listbox-checkboxes with Bootstrap skin issue

2 Answers 128 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 16 Mar 2015, 07:20 PM
I would say 98% of time clicking the first item checkbox under the "Check all", the checkbox doesnt get checked on first attempt, and it shifts a few pixels left.  I saw this first in my app but it also does it on the listbox demo:

http://demos.telerik.com/aspnet-ajax/listbox/examples/functionality/checkboxes/defaultcs.aspx?skin=Bootstrap

It doesnt do it on Chrome, but does it on IE9 and Firefox.

Thanks.

2 Answers, 1 is accepted

Sort by
0
Accepted
Magdalena
Telerik team
answered on 17 Mar 2015, 02:13 PM
Hi David,

The issue is already fixed so the fixed version will be available in the coming service pack. You can apply the following CSS for preliminary resolving the issue.
html .RadListBox_Bootstrap .rlbGroup .rlbActive {
    padding: 2px 11px;
}


Regards,
Magdalena
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
David
Top achievements
Rank 1
answered on 18 Mar 2015, 12:06 PM
Thank you!
Tags
ListBox
Asked by
David
Top achievements
Rank 1
Answers by
Magdalena
Telerik team
David
Top achievements
Rank 1
Share this question
or