#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
Component: | web → core |
---|---|
Owner: | joern deleted |
Priority: | critical → major |
comment:2 Changed 13 years ago by
comment:3 Changed 12 years ago by
Owner: | set to Gowtham |
---|---|
Status: | new → pending |
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
Resolution: | → invalid |
---|---|
Status: | pending → closed |
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!
May be related to the behavior in #3281.