Skip to main content

Bug Tracker

Side navigation

#4718 closed bug (invalid)

Opened June 02, 2009 07:25PM UTC

Closed December 03, 2010 07:53AM UTC

Last modified April 15, 2011 04:10AM UTC

Using html(val) causes multiple image reques in IE6

Reported by: Gowtham Owned by: Gowtham
Priority: major Milestone: 1.4
Component: core Version: 1.3.2
Keywords: html() Cc:
Blocked by: Blocking:
Description

I am using html(val) to update my div after a jQuery.ajax call. My response contains an IMG tag and the image referenced in the src attribute is requested 3 times when i monitor this request in HTTP watch. If i use the regular dom innerHTML property there are no issues. This happens only in IE6.

Attachments (0)
Change History (5)

Changed June 10, 2009 07:48AM UTC by joern comment:1

component: webcore
owner: joern
priority: criticalmajor

Changed September 25, 2009 01:24AM UTC by dmethvin comment:2

May be related to the behavior in #3281.

Changed November 19, 2010 01:51AM UTC by dmethvin comment:3

owner: → Gowtham
status: newpending

Please provide the actual html. I suspect this is a known problem in IE6 that cannot be worked around but it's impossible to tell without the html.

Changed December 03, 2010 07:53AM UTC by trac-o-bot comment:4

resolution: → invalid
status: pendingclosed

Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!

Changed April 15, 2011 04:10AM UTC by honggh34@gmail.com comment:5

Is this problem resolved?