Bug Tracker

Opened 14 years ago

Closed 14 years ago

Last modified 11 years ago

#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.

Change History (1)

comment:1 Changed 14 years ago by john

Resolution: worksforme
Status: newclosed

This was resolved in 1.3.2.

Note: See TracTickets for help on using tickets.