Bug Tracker

Opened 14 years ago

Closed 12 years ago

Last modified 12 years ago

#4718 closed bug (invalid)

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.

Change History (5)

comment:1 Changed 14 years ago by joern

Component: webcore
Owner: joern deleted
Priority: criticalmajor

comment:2 Changed 13 years ago by dmethvin

May be related to the behavior in #3281.

comment:3 Changed 12 years ago by dmethvin

Owner: set to 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.

comment:4 Changed 12 years ago by trac-o-bot

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!

comment:5 Changed 12 years ago by [email protected]

Is this problem resolved?

Note: See TracTickets for help on using tickets.