Opened 14 years ago
Closed 11 years ago
#4364 closed bug (fixed)
Dialog: Bug with show animation in IE
Reported by: | noel_gomez | Owned by: | bchiasson |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.22 |
Component: | ui.dialog | Version: | 1.7 |
Keywords: | animation | Cc: | |
Blocked by: | Blocking: |
Description
If you try this out http://pastie.org/420295 it will work in Safari and FF, but on IE the INPUT fields will only display the first time the dialog opens.
If you remove the parameter
hide: "scale",
The fields will always show up.
Also discussed on this thread http://groups.google.com/group/jquery-ui/browse_thread/thread/ed9d9bc4e545ab2c
Change History (9)
comment:1 Changed 14 years ago by
Component: | ui.core → ui.dialog |
---|
comment:2 Changed 14 years ago by
Milestone: | TBD → 1.8 |
---|
comment:3 Changed 14 years ago by
Summary: | Input elements in dialog do not show up after reopen → Dialog: Bug with show animation in IE |
---|
comment:4 Changed 12 years ago by
Keywords: | animation added |
---|
comment:5 Changed 11 years ago by
comment:6 Changed 11 years ago by
Milestone: | 1.9.0 → 1.10.0 |
---|
comment:7 Changed 11 years ago by
Status: | new → open |
---|
comment:8 Changed 11 years ago by
Owner: | set to bchiasson |
---|---|
Status: | open → assigned |
comment:9 Changed 11 years ago by
Milestone: | 1.10.0 → 1.8.22 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
This also affects images as well.
Here is a fiddle showing the issue. http://jsfiddle.net/urkle/EquzG/
Basically the dialog has more than 1 image. when the dialog is closed with 'scale' all but the last image height their width/height set to 0. Now this ONLY occurs in IE 7 (untested in IE 6, because I don't care about 6 anymore!!). in IE 8 it works fine. (this is re-creatable in IE8 and switching to IE7 browser mode as well as on REAL ie7).