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
160
Hover styles on igcombo
posted

Hello,

I am working with the igcombo box and there is a ~3px  margin that is applied to the bottom of the field and buttons that we are trying to remove for consistency with out other fields. I noticed in the ig.ui.js file that on field hover the class 'ui-igcombo-field-hover', is supposed to be being applied when a hover event occurs. However after searching through all of the files I cannot find this style anywhere. We are using the combobox with the jQuery redmond theme.

Thanks,
Joshua

Attached Screenshot shows a regular field on the left side and then the igcombo box on the right. Notice on the bottom of the igcombo field size difference.

Parents
  • 24497
    Suggested Answer
    posted

    Hi Joshua,

    Thank you for report.

    Processing 'ui-igcombo-field-hover' class defined by igCombo.css.fieldHover, was accidentally removed while refactoring layout of igCombo. That was fixed and update will be available within service releases.

    Besides that it is not clear to me what you try to achive with buttons. If you will hide buttons by showDropDownButton:false and enableClearButton:false, then appearance of igCombo probably will not match with other INPUTs, because its INPUT is wrapped in SPANs, INPUT does not have borders (borders come from SPAN), etc.

Reply Children
No Data