Search and Top Navigation
#6150 closed bug (fixed)
Opened October 05, 2010 06:02PM UTC
Closed October 22, 2010 03:24PM UTC
Last modified November 19, 2010 06:26PM UTC
Dialog height:auto does not work in IE6
Reported by: | aebond | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8.6 |
Component: | ui.dialog | Version: | 1.8.5 |
Keywords: | dialog height | Cc: | |
Blocked by: | Blocking: |
Description
The height:'auto' option is not working in IE6 with jquery-ui v1.8.5. It previously worked fine in IE6 with jquery-ui v1.7.2.
Attachments (4)
Change History (7)
Changed October 05, 2010 08:21PM UTC by comment:1
milestone: | TBD → 1.9 |
---|---|
resolution: | → fixed |
status: | new → closed |
Changed October 22, 2010 01:56PM UTC by comment:2
resolution: | fixed |
---|---|
status: | closed → reopened |
Problem still exists in IE6 where the dialog content starts as empty, and content is then added-in at the point of the dialog open function (see new file uploads)
Changed October 22, 2010 03:24PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | reopened → closed |
Your test page is using 1.8.5 which is the version the bug was reported in. The fix has not been released yet.
Changed October 22, 2010 03:35PM UTC by comment:4
Replying to [comment:3 scott.gonzalez]:
Your test page is using 1.8.5 which is the version the bug was reported in. The fix has not been released yet.
Yes, I apologise I should have been clearer. I had copied-in the fix (302728b) to my code, and while it did fix the auto-height issue when pre-entered content, when filling the dialog with .apend(), the auto-height bug returned as pictured in my screen shot.
Changed October 22, 2010 07:56PM UTC by comment:5
Thanks for clarifying. I've created #6217 for this as it's actually a separate problem.
Changed October 25, 2010 06:55PM UTC by comment:6
milestone: | 1.9 → 1.8.6 |
---|
Fixed in 302728b.