Modify ↓
Ticket #4282 (closed bug: worksforme)
Sizzle not cleaning up its element properties/attributes in IE
| Reported by: | maranomynet | Owned by: | john |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | selector | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
After a couple of round-trips through .innerHTML I'm seeing a lot of this in the document:
<table width="100%" cellspacing="0" done2="4" done4="4" done5="4" done3="4" sizset="4" sizcache="4" summary="">
<tbody done2="4" done4="4" done5="4" done3="4" sizset="4" sizcache="4">
<tr class="alt" done2="4" done4="4" done5="4" done3="4" sizset="4" sizcache="4">
<td done2="4" done4="4" done5="4" done3="4" sizset="4" sizcache="4">
</td>
</tr>
</table>
Seems like Sizzle isn't cleaning up after itself.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

This was resolved in 1.3.2.