Modify ↓
Ticket #9140 (closed bug: invalid)
.prop and .removeProp fails in Chrome
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | attributes | Version: | 1.6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
if you set and unset checked property twice don't work in Chrome.
test case:
Chrome 11: FAIL
FF4: Ok
Safari 5: Ok
IE7: OK
Opera 11: OK
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.

The checked property should be set to a boolean (true or false) and you should not remove the property as you won't get it back.