#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: | ||
Blocked by: | Blocking: |
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 (4)
comment:1 Changed 12 years ago by
Component: | unfiled → attributes |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
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.