Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
510
igCombo 15.1 issue with Bootstrap 3.3.4 CSS
posted

The igCombo control doesn't display correctly (the clear button and the dropdown button) when using with Bootstrap CSS. I haven't tested any other control but maybe this issue should be looked at? The code in Bootstrap 3.3.4 that seems to be causing the issue is in line 1072-1082:

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

Here is a JSFiddle showing the issue, http://jsfiddle.net/opo5wd7n/

Thanks,

Armando

Parents
  • 25665
    Verified Answer
    Offline posted

    Hello Armando,

    Thank you for contacting Infragistics!

    I have done some looking into this matter and have the following information. This has already been logged and fixed and is currently awaiting release. I have created private case CAS-154088-T4T8X6 where I will provide you with further information.

Reply Children