Skip to main content

Bug Tracker

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:

http://jsfiddle.net/zeVZy/

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 timmywil comment:1

component: unfiledattributes
priority: undecidedlow
resolution: → invalid
status: newclosed

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.

Changed May 07, 2011 07:11PM UTC by rwaldron comment:2

#9166 is a duplicate of this ticket.

Changed June 07, 2011 08:41PM UTC by timmywil comment:3

#9543 is a duplicate of this ticket.

Changed June 17, 2011 09:23PM UTC by timmywil comment:4

#9609 is a duplicate of this ticket.