Bug Tracker

Ticket #983 (closed bug: duplicate)

Opened 2 years ago

Last modified 1 year ago

Setting iframe body html value in msie

Reported by: jf.hovinne Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.1.2 Component: core
Version: 1.1.1 Keywords:
Cc: Needs:

Description

In msie 6.0, I get an error when I use:

var doc = iframe.contentWindow.document;
$j(doc.body).html(myValue);

The call works fine with previous jQuery versions - the error only appears in current 1.1.1, at line 163 of jquery.js:

this.appendChild( a );

where I get: "Error: invalid argument."

The call works in Mozilla and Opera.

Attachments

Change History

Changed 2 years ago by jf.hovinne

Duplicate, see #978

Changed 2 years ago by john

  • status changed from new to closed
  • resolution set to duplicate
Note: See TracTickets for help on using tickets.