#13938 closed bug (duplicate)
jQuery 1.9+ crashes IE10 if used with iframe
Reported by: | 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?
Change History (4)
comment:1 Changed 10 years ago by
Component: | unfiled → selector |
---|---|
Priority: | undecided → high |
Status: | new → open |
comment:2 Changed 10 years ago by
Milestone: | None → 1.10.1/2.0.2 |
---|
comment:3 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Status: | open → closed |
comment:4 Changed 10 years ago by
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. !
Note: See
TracTickets for help on using
tickets.
Duplicate of #13936.