Skip to main content

Bug Tracker

Side navigation

#983 closed bug (duplicate)

Opened February 20, 2007 09:36AM UTC

Closed February 25, 2007 06:26PM UTC

Last modified June 21, 2007 03:25AM UTC

Setting iframe body html value in msie

Reported by: jf.hovinne Owned by:
Priority: major Milestone: 1.1.2
Component: core Version: 1.1.1
Keywords: Cc:
Blocked by: Blocking:
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 (0)
Change History (2)

Changed February 20, 2007 11:14AM UTC by jf.hovinne comment:1

Duplicate, see #978

Changed February 25, 2007 06:26PM UTC by john comment:2

resolution: → duplicate
status: newclosed