** What steps will reproduce the problem?
add an icon to dropdownchecklist and view in IE9
** What is the expected output? What do you see instead?
A single line-height select box. Instead, the select box is 2 lines high and
the text dispayed below the icon. I found in ui-dropdownchecklist.js (v1.4) a
comment at line 739 that this had been fixed for IE6. I added 1 more pixel, in
other words I changed
controlWidth -= (controlIcon.outerWidth() + 4);
to
controlWidth -= (controlIcon.outerWidth() + 5);)
and it fixed the problem.
** What is your environment?
-- DropDownCheckList version: 1.4
-- jQuery version: 1.7.1
-- jQuery UI version: 1.8.16
-- Browser and version: IE9
** Please provide any additional information below/Please attach sample
html
Original issue reported on code.google.com by ronl...@cox.net on 19 Dec 2011 at 6:00
Original issue reported on code.google.com by
ronl...@cox.net
on 19 Dec 2011 at 6:00