Side navigation
#8357 closed bug (duplicate)
Opened February 22, 2011 11:38PM UTC
Closed February 22, 2011 11:47PM UTC
Last modified March 14, 2012 08:07PM UTC
Something breaks in IE9 RC - getElementsByTagName?
Reported by: | contact@alanhogan.com | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.5.1 |
Component: | manipulation | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
SCRIPT438: Object doesn't support property or method 'getElementsByTagName' jquery-1.5.js, line 5460 character 4
That's what happens when you try to use jQuery 1.5 with the plugin Fancybox in IE9 RC.
Note that jQuery 1.4.4 does not exhibit this problem.
I created two jsFiddle pages. They are exactly the same and consist of JUST the pasted Fancybox extension (1.3.4) and jQuery (1.5 or 1.4.4), and then a line that indicates success at the end. They both work in most browsers. But in IE9 RC, the jQuery 1.5 version causes an error.
Here are the pages:
Attachments (0)
Change History (3)
Changed February 22, 2011 11:47PM UTC by comment:1
description: | \ {{{ \ SCRIPT438: Object doesn't support property or method 'getElementsByTagName' \ jquery-1.5.js, line 5460 character 4 \ }}} \ \ That's what happens when you try to use jQuery 1.5 with the plugin Fancybox in IE9 RC. \ \ Note that jQuery 1.4.4 does not exhibit this problem. \ \ I created two jsFiddle pages. They are exactly the same and consist of JUST the pasted Fancybox extension (1.3.4) and jQuery (1.5 or 1.4.4), and then a line that indicates success at the end. They both work in most browsers. But in IE9 RC, the jQuery 1.5 version causes an error. \ \ Here are the pages: \ \ http://ajh.us/fancy-1.4 \ http://ajh.us/fancy-1.5 → {{{ \ SCRIPT438: Object doesn't support property or method 'getElementsByTagName' \ jquery-1.5.js, line 5460 character 4 \ }}} \ \ That's what happens when you try to use jQuery 1.5 with the plugin Fancybox in IE9 RC. \ \ Note that jQuery 1.4.4 does not exhibit this problem. \ \ I created two jsFiddle pages. They are exactly the same and consist of JUST the pasted Fancybox extension (1.3.4) and jQuery (1.5 or 1.4.4), and then a line that indicates success at the end. They both work in most browsers. But in IE9 RC, the jQuery 1.5 version causes an error. \ \ Here are the pages: \ \ http://ajh.us/fancy-1.4 \ http://ajh.us/fancy-1.5 |
---|---|
resolution: | → duplicate |
status: | new → closed |
Changed February 23, 2011 10:49PM UTC by comment:3
component: | unfiled → manipulation |
---|---|
milestone: | 1.next → 1.5.1 |
priority: | undecided → high |