Opened 13 years ago
Closed 13 years ago
#5997 closed defect (fixed)
test_StackContainer.html: prints warnings about setDisabled()
Reported by: | bill | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.1b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Test should be updated to use setAttribute("disabled", true/false).
Change History (2)
comment:1 Changed 13 years ago by
Version: | 1.0 → 1.1b1 |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [12704]) Use setAttribute("disabled", val) rather than setDisabled(val). Fixes #5997.