Page 1 of 1

CheckBoxList in IDE

PostPosted: 01 Jul 2014 10:21
by George
Hello!

CheckBoxList shows in IDE with incorrect width (few (or more than few) versions previously, all was fine).
I checked main demo, it has same issue in ide.
Unfortunately i got same problem also in runtime, when page opens first time per session.
Tested on all browsers.

Can you suggest something for my situation?
Thanks.

Re: CheckBoxList in IDE

PostPosted: 01 Jul 2014 11:47
by Jorge Sousa
Hello

We havent touched checkboxlist in months

Can you suggest something for my situation?


Yes, please send a test case, t.i.a.

Re: CheckBoxList in IDE

PostPosted: 01 Jul 2014 11:51
by Alexander Bulei
Hi George,

Try to change to the default theme like ui-lightness and check again.
Maybe you need adjust your custom theme.

Best Regards.

Re: CheckBoxList in IDE

PostPosted: 01 Jul 2014 13:32
by George
cgdevtools wrote:Hi George,
Try to change to the default theme like ui-lightness and check again.
Maybe you need adjust your custom theme.
Best Regards.

You right, thank you very much!
I forgot that i included my custom theme extension inside IDE, that's why when i tested demo and other themes, bug was there.

Problem comes from my css:
css code
button[type="button"].ui-multiselect {
height: inherit !important;
width: inherit !important;
}


Idea was to enable responsiveness for checkboxlist...
Because CheckBoxList renders size even when StyleRenderOptions.RenderSize = false.