Bug Tracker

Modify

Ticket #4175 (closed bug: worksforme)

Opened 4 years ago

Last modified 15 months ago

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:
Blocking: Blocked by:

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.

 http://jsbin.com/anota/edit

Change History

comment:1 Changed 4 years ago by john

  • Status changed from new to closed
  • Resolution set to fixed
  • Component changed from unfilled to core

Fixed in SVN rev [6215] by Brandon.

comment:2 Changed 4 years ago by RavenRA

  • Status changed from closed to reopened
  • Resolution fixed deleted

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 4 years ago by dmethvin

  • Owner set to john
  • Status changed from reopened to new

comment:4 Changed 4 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to worksforme

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.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.