#1586 closed defect (fixed)
checkbox does honor disabled/checked settings under opera 9
Reported by: | liucougar | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Change History (7)
comment:1 Changed 16 years ago by
Owner: | changed from bill to Becky Gibson |
---|
comment:2 Changed 16 years ago by
Status: | new → assigned |
---|
comment:3 Changed 16 years ago by
Milestone: | → 0.4 |
---|
comment:4 Changed 16 years ago by
comment:5 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:6 Changed 16 years ago by
One of the code changes for this bug was to add special handling of 'checked' and 'disabled' attributes in dojo.widget.Parse.parseProperties. This has implications for all widgets, including a custom widget of my own that has a checked attribute. With this changed the checked property is always 'true' no matter what I set it to in the html. Perhaps there is a better way to address the original bug that does not disrupt these attribute names for all widgets.
Note: See
TracTickets for help on using
tickets.
patch attached to 1383