#7413 closed defect (fixed)
dijit.form.CheckBox: always starts out checked
Reported by: | Nathan Toone | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - Form | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When setting our initial values now, we always start out checked. This is due to changes in the attr stuff
Change History (5)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Thanks for the fix, it fixes the checked state although actually it's masking the real problem which is that
this.attr('value', 'foo')
is called during creation which changes the checked state. (There's special handling of 'value' for checkboxes.) I'd like to find a better way to fix this.
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:5 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [14815]) Fixes #7413 - save and restore our initially-checked state !strict