Search and Top Navigation
#5615 closed bug (fixed)
Opened May 14, 2010 04:48PM UTC
Closed October 16, 2012 02:02PM UTC
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: | chris@codecraft.co.uk |
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!).
Attachments (0)
Change History (3)
Changed September 07, 2011 12:49PM UTC by comment:1
keywords: | animation, hide, ie6 → animation |
---|
Changed October 11, 2012 09:02PM UTC by comment:2
milestone: | TBD → 1.10.0 |
---|
Changed October 16, 2012 02:02PM UTC by comment:3
milestone: | 1.10.0 → 1.9.0 |
---|---|
resolution: | → fixed |
status: | new → closed |
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/.