Bug Tracker

Modify

Ticket #9140 (closed bug: invalid)

Opened 2 years ago

Last modified 15 months ago

.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:

 http://jsfiddle.net/zeVZy/

Chrome 11: FAIL
FF4: Ok
Safari 5: Ok
IE7: OK
Opera 11: OK

Change History

comment:1 Changed 2 years ago by timmywil

  • Priority changed from undecided to low
  • Resolution set to invalid
  • Status changed from new to closed
  • Component changed from unfiled to attributes

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.

comment:2 Changed 2 years ago by rwaldron

#9166 is a duplicate of this ticket.

comment:3 Changed 2 years ago by timmywil

#9543 is a duplicate of this ticket.

comment:4 Changed 2 years ago by timmywil

#9609 is a duplicate of this ticket.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.