Opened 13 years ago
Closed 11 years ago
#5615 closed bug (fixed)
Dialog DROP animation breaks dialog in ALL versions of Internet Explorer
Reported by: | Kipper | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.9.0 |
Component: | ui.dialog | Version: | 1.8.1 |
Keywords: | animation | Cc: | [email protected]… |
Blocked by: | Blocking: |
Description
Using the jQueryUI dialog settings {hide: "drop"}.
In Internet Explorer, the dialog animation fires on close as expected, however when you recall the dialog using .dialog("open"), the modal overlay appears, but no dialog - at first I thought this isolated to IE6, but same fault occurs in IE8 hence priority is major.
Everything behaves fine in Firefox. I suspect that as the "drop" animation whizzes the dialog out to the left and alters its position, but the position is not being reset when "open" is called again.
Workaround for now - don't use DROP ("FOLD" works fine!).
Change History (3)
comment:1 Changed 12 years ago by
Keywords: | hide ie6 removed |
---|
comment:2 Changed 11 years ago by
Milestone: | TBD → 1.10.0 |
---|
comment:3 Changed 11 years ago by
Milestone: | 1.10.0 → 1.9.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This was fixed in 1.9.
The issue occurred in 1.8 in IE 6 - 8 and can be observed by closing then opening the dialog here - http://jsfiddle.net/tj_vantoll/pwRMU/2/. The dialog will not reopen in IE 6 - 8.
You can see that this is fixed in 1.9 by doing the same thing - http://jsfiddle.net/tj_vantoll/pwRMU/3/.