Opened 13 years ago
Closed 12 years ago
#5634 closed bug (wontfix)
Using .html() on a SELECT does not cause the SELECT to be resized in IE6
Reported by: | erikkallen | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | manipulation | Version: | 1.4a1 |
Keywords: | ie6 needsreview | Cc: | |
Blocked by: | Blocking: |
Description
If a select doesn't have a width specified, it will be resized to the size of its options in all browsers except IE6. The attached file contains a fix that actually makes it work in IE6
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | selecttest.aspx added |
---|
comment:1 Changed 13 years ago by
Component: | unfiled → manipulation |
---|---|
Keywords: | ie6 added |
comment:2 Changed 12 years ago by
Keywords: | needsreview added |
---|
The proposed fix is to jiggle the element's width. Given that it's only IE6 and has been this way for years, I suggest we close this wontfix.
Note: See
TracTickets for help on using
tickets.
Workaround