Opened 14 years ago
Closed 13 years ago
#4381 closed bug (notabug)
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: | |
Blocked by: | Blocking: |
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)
Change History (5)
Changed 14 years ago by
comment:1 Changed 14 years ago by
Milestone: | 1.7.2 → 1.8 |
---|
comment:2 Changed 14 years ago by
Priority: | critical → blocker |
---|
comment:3 Changed 13 years ago by
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 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closing invalid based on codewrench's comment.
Complete test case