Skip to main content

Bug Tracker

Side navigation

#914 closed bug (fixed)

Opened February 05, 2007 03:00AM UTC

Closed February 07, 2007 03:24PM UTC

Last modified June 21, 2007 04:33AM UTC

el.attr("innerHTML") doesn't work properly in IE6

Reported by: lukas@dressyvagabond Owned by:
Priority: major Milestone:
Component: ajax Version: 1.1
Keywords: Internet Explorer, innerHTML Cc:
Blocked by: Blocking:
Description

IE 6 failed on my site when i used the load command. the problem seemed to be the use of el.attr("innerHTML",value) in the ajax load function. chaning this line to el.html(value) fixed the problem.

additionaly i had some problems in assigning this to self in IE, as IE seems to interpret self as a special variable as well (so does safari).

Attachments (0)
Change History (1)

Changed February 07, 2007 03:24PM UTC by brandon comment:1

resolution: → fixed
status: newclosed

Fixed in revision 1295.

.load now uses .html to take advantage of fixes found in $.clean instead of just injecting the html.