#4175 closed bug (worksforme)
jQuery 1.3.2pre: Dialog broken in IE7
Reported by: | Nikola | Owned by: | john |
---|---|---|---|
Priority: | undecided | Milestone: | 1.3.2 |
Component: | core | Version: | 1.3.1 |
Keywords: | 1.3.2, dialog | Cc: | |
Blocked by: | Blocking: |
Description
Using jQuery 1.3.2pre the Dialog windows doesnt open in MSIE.
Here's a test case based on a Dialog example Richard put together in the UI group.
Change History (4)
comment:1 Changed 14 years ago by
Component: | unfilled → core |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
This is still the case. Following simple code still breaks IE7 AND IE6:
<html> <head> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript" src="http://ui.jquery.com/testing/ui/ui.core.js"></script> <script type="text/javascript" src="http://ui.jquery.com/testing/ui/ui.dialog.js"></script> </head> <body> <div> <div id='coverDialog' title='zeTitel'>blah</div> <script>$('#coverDialog').dialog();</script> </div> </body> </html>
comment:3 Changed 14 years ago by
Owner: | set to john |
---|---|
Status: | reopened → new |
comment:4 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Sorry, but the jquery-latest.js isn't the latest at all; it's 1.3.1 so that's why this fails.
Your sample works for me with this file:
http://code.jquery.com/nightlies/jquery-nightly.js
I did have to make one additional change, which was to move the script creating the dialog outside of the outer div. Normal code would have this code run on the ready handler so it wouldn't be an issue.
Note: See
TracTickets for help on using
tickets.
Fixed in SVN rev [6215] by Brandon.