Opened 14 years ago
Closed 14 years ago
#3039 closed defect (fixed)
FormElement: enable()/disable() should set the enabled/disabled state
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
There's some code in _DropdownTextBox right now for enable()/disable() that should really be in FormElement?.js. It sets the disabled attribute on the <input> element.
In order to do this we need bug #2899 finished first.
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This defect will also need to implement the tabIndex setting in enable/disable on focusNode that was referenced in #2899 but not done.