Ticket #5620 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

dojox.widget.Wizard widget buttons trapping click

Reported by: dante Owned by: doughays
Priority: high Milestone: 1.1
Component: Dijit Version: 1.0
Severity: major Keywords:
Cc: simonjb

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

Changed 10 months ago by dante

  • owner changed from anonymous to doughays
  • component changed from General to Dijit
  • summary changed from [dojox] Wizard widget buttons trapping click to dojox.widget.Wizard widget buttons trapping click

Changed 10 months ago by doughays

  • cc simonjb added

dojo.attr can't use setAttribute with disabled or readonly on FF

Changed 10 months ago by doughays

  • status changed from new to closed
  • resolution set to fixed

(In [12090]) Fixes #5620 !strict. Added support to dojo.attr for boolean attributes on Firefox.

Note: See TracTickets for help on using tickets.