Ticket #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: | |
| Blocking: | Blocked by: |
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
comment:1 Changed 4 years ago by joern
- Owner joern deleted
- Priority changed from critical to major
- Component changed from web to core
comment:3 Changed 3 years ago by dmethvin
- Owner set to Gowtham
- Status changed from new to 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 2 years ago by trac-o-bot
- Status changed from pending to closed
- Resolution set to invalid
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!
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
