Skip to main content

Bug Tracker

Side navigation

#13938 closed bug (duplicate)

Opened May 25, 2013 09:38AM UTC

Closed May 27, 2013 04:27PM UTC

Last modified May 27, 2013 07:18PM UTC

jQuery 1.9+ crashes IE10 if used with iframe

Reported by: anwarjaved@gmail.com Owned by:
Priority: high Milestone: 1.10.1/2.0.2
Component: selector Version: 1.9.0
Keywords: Cc:
Blocked by: Blocking:
Description

I was trying to load a page in iframe using fancybox, this is working in jquery 1.8.3 in all browsers, but after 1.9+ ie10 crashes completely on this line

support.getById = assert(function( div ) {
		docElem.appendChild( div ).id = expando;
		return !doc.getElementsByName || !doc.getElementsByName( expando ).length;
	});

this call was made by this function

iframe.contents().find('body');

is jQuery 1.9+ is IE10 compatible?

Attachments (0)
Change History (4)

Changed May 27, 2013 04:23PM UTC by dmethvin comment:1

component: unfiledselector
priority: undecidedhigh
status: newopen

Changed May 27, 2013 04:25PM UTC by dmethvin comment:2

milestone: None1.10.1/2.0.2

Changed May 27, 2013 04:27PM UTC by dmethvin comment:3

resolution: → duplicate
status: openclosed

Duplicate of #13936.

Changed May 27, 2013 07:18PM UTC by anonymous comment:4

Internet explorer seems to be dropping a lot of functions---the reason= who knows? I'm pretty sure theyre just getting tired of browser competitions and will soon be buried with the old netscape browsers... IE -> R.I.P. !