Ticket #6189: 6189.patch

File 6189.patch, 347 bytes (added by haysmark, 6 months ago)

Fixes #6189. Set the line-height on each of the options in ComboBoxMenu? to normal.

  • form/ComboBox.js

     
    764764                                menuitem.innerHTML = " "; 
    765765                        } 
    766766                        menuitem.item=item; 
     767                        dojo.style(menuitem,{ 
     768                                "lineHeight":"normal" 
     769                        }); 
    767770                        return menuitem; 
    768771                }, 
    769772