Side navigation
#9140 closed bug (invalid)
Opened May 06, 2011 07:00AM UTC
Closed May 06, 2011 03:41PM UTC
Last modified March 14, 2012 06:37AM UTC
.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
Attachments (0)
Change History (4)
Changed May 06, 2011 03:41PM UTC by comment:1
component: | unfiled → attributes |
---|---|
priority: | undecided → low |
resolution: | → invalid |
status: | new → closed |
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.