#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: | ||
Blocked by: | Blocking: |
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.
Note: See
TracTickets for help on using
tickets.
This was resolved in 1.3.2.