#5620 closed defect (fixed)
dojox.widget.Wizard widget buttons trapping click
Reported by: | dante | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | Cc: | simonjb | |
Blocked By: | Blocking: |
Description
as of 01-18-2008, dojox.widget.Wizard buttons do not work.
http://archive.dojotoolkit.org/dojo-2008-01-18/dojotoolkit/dojox/widget/tests/test_Wizard.html
the last working nightly: http://archive.dojotoolkit.org/dojo-2008-01-17/dojotoolkit/dojox/widget/tests/test_Wizard.html
the line removing:
mapNode[attr] = value; //FF2 won't set readOnly et al with node.setAttribute
for dojo.attr() in [12067] is the cause of the regression.
Change History (4)
comment:1 Changed 13 years ago by
Component: | General → Dijit |
---|---|
Owner: | changed from anonymous to Douglas Hays |
Summary: | [dojox] Wizard widget buttons trapping click → dojox.widget.Wizard widget buttons trapping click |
comment:2 Changed 13 years ago by
Cc: | simonjb added |
---|
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
dojo.attr can't use setAttribute with disabled or readonly on FF