dhamaso / ufd

Automatically exported from code.google.com/p/ufd
GNU General Public License v2.0
0 stars 0 forks source link

autosize width not calculated correctly when using jQuery UI CSS #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to http://ufd.googlecode.com/svn/trunk/examples/testCases.html (tried 
with FF 3.6.12)
2. Select first theme. Open the combobox list, you can see that the value 
"Korea, Democratic People's Republic of" is overflowed, which means the width 
wasn't correctly calculated

What is the expected output? What do you see instead?
Width needs to be bigger

Please provide any additional information below.
Looking at the test cases the width is the same as the boxes without Jquery UI 
CSS. When using jquery ui css the font size is bigger and bold which accounts 
for this difference. The width autosize should account for this.

Original issue reported on code.google.com by alfa...@gmail.com on 7 Dec 2010 at 6:21

GoogleCodeExporter commented 9 years ago
Problem also happens in 0.6:
http://ufd.googlecode.com/svn/tags/0.6/examples/testCases.html

Original comment by alfa...@gmail.com on 7 Dec 2010 at 6:23