Modify ↓
Ticket #10514 (closed bug: fixed)
removeAttr does not remove the class attribute in IE6/7
| Reported by: | timmywil | Owned by: | timmywil |
|---|---|---|---|
| Priority: | low | Milestone: | 1.7 |
| Component: | attributes | Version: | 1.7b2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
removeAttribute needs the property names in IE6/7.
Change History
comment:1 Changed 19 months ago by timmywil
- Owner set to timmywil
- Priority changed from undecided to low
- Status changed from new to assigned
- Component changed from unfiled to attributes
- Milestone changed from None to 1.7
comment:2 Changed 19 months ago by timmywil
- Status changed from assigned to closed
- Resolution set to fixed
Use the property name in elem.removeAttribute in IE6/7 to ensure correct removals. Fixes #10514.
Changeset: f2c1d2e016018ba14cd3f1612f9a1803d5e1709e
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.
