Ticket #6150 (closed bug: fixed)
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: | |
| Blocking: | Blocked by: |
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
Change History
Changed 3 years ago by aebond
-
attachment
dialog_test.html
added
comment:1 Changed 3 years ago by scott.gonzalez
- Status changed from new to closed
- Resolution set to fixed
- Milestone changed from TBD to 1.9
Fixed in 302728b.
Changed 3 years ago by seb835
-
attachment
ie6_dialog_height.png
added
Screen shot of continuing problem in IE6
comment:2 Changed 3 years ago by seb835
- Status changed from closed to reopened
- Resolution fixed deleted
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)
comment:3 follow-up: ↓ 4 Changed 3 years ago by scott.gonzalez
- Status changed from reopened to closed
- Resolution set to fixed
Your test page is using 1.8.5 which is the version the bug was reported in. The fix has not been released yet.
comment:4 in reply to: ↑ 3 Changed 3 years ago by seb835
Replying to 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.
comment:5 Changed 3 years ago by scott.gonzalez
Thanks for clarifying. I've created #6217 for this as it's actually a separate problem.
comment:7 Changed 3 years ago by Scott González
Dialog: Fixed logic for mimicking minHeight. Fixes #6150 - Dialog height:auto does not work in IE6.
Changeset: 302728bd87dca0a887e25bac7a8a7059865a42af


html to reproduce problem