Opened 13 years ago
Closed 13 years ago
#5394 closed defect (fixed)
demo_ConditionalActions.html uses setDisabled that's been deprecated
Reported by: | Douglas Hays | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | DojoX Wires | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
setDisabled(boolean) should be setAttribute('disabled', boolean)
Attachments (1)
Change History (4)
comment:1 Changed 13 years ago by
Changed 13 years ago by
Attachment: | dojox.wire_ConditionalActions_20071217.patch added |
---|
Minor patch to remove use of deprecated api.
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is an easy fix. Minor tweak to do mapping of attributes to look them up, then a fix to Invocation to trim whitepace.
Patch coming shortly