Ticket #4381 (closed bug: notabug)

Opened 4 years ago

Last modified 4 years ago

IE 7 Error on jQuery UI load

Reported by: pizte Owned by:
Priority: blocker Milestone: 1.8
Component: ui.effects.core Version: 1.7.1
Keywords: animate, effects, fx Cc:
Blocking: Blocked by:

Description

I'm getting an error message in IE 7 (Windows XP) that prevents webpage from load when jQuery UI 1.7.* is loaded.

Tested on jQuery UI 1.7.0 and 1.7.1 (minified) from Google APIS and 1.7.0 custom minified.

Message: An object is required Line 20 in index.html (script load line) character 16869 of JS.

Message: 'undefined' is null or not an object Line 20 in index.html (script load line) character 26903 of JS.

The only function from UI used in the JS is animate() for a font color change. If jQuery UI is not loaded the webpage is loaded correctly.

Here is an attachment with a complete copy of the website. There is a copy of jQuery UI custom build and jQuery in js directory.

Attachments

1.3.1.zip Download (70.1 KB) - added by pizte 4 years ago.
Complete test case

Change History

Changed 4 years ago by pizte

Complete test case

comment:1 Changed 4 years ago by rdworth

  • Milestone changed from 1.7.2 to 1.8

comment:2 Changed 4 years ago by joern.zaefferer

  • Priority changed from critical to blocker

comment:3 Changed 4 years ago by codewench

In the test case zip there is invalid html inside index.html starting on line 27 (missing closing brackets for list elements)

<li<a href="diseno.html">diseño</a></li>
<li<a href="fotografia.html">fotografia</a></li>

If you correct those lines to valid html the IE error should disappear.

<li><a href="diseno.html">diseño</a></li>
<li><a href="fotografia.html">fotografia</a></li>

This does not appear to be a bug in jQuery UI...

comment:4 Changed 4 years ago by scott.gonzalez

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

Closing invalid based on codewrench's comment.

Note: See TracTickets for help on using tickets.