shellyBelly / dropdown-check-list

Automatically exported from code.google.com/p/dropdown-check-list
0 stars 0 forks source link

text pushed down into second line when icon active #222

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
** 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

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Thanks for catching this.  I will try to roll it into the next version.

Original comment by womohun...@ittrium.com on 9 Jan 2012 at 9:06