#5969 closed defect (fixed)
Editor should not use setDisabled
Reported by: | Douglas Hays | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Editor | Version: | 1.1b1 |
Keywords: | Cc: | alex, bill | |
Blocked By: | Blocking: |
Description
Editor uses setDisabled. I think this should be setAttribute('disabled',boolean) for consistency with the form widgets.
Change History (5)
comment:1 Changed 13 years ago by
Milestone: | 1.1 → 1.2 |
---|
comment:3 Changed 13 years ago by
Right, for consistency deprecate setDisabled() and implement setAttribute('disabled',boolean)
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
Not sure this is valid, as editor needs to implement its own setDisabled method. That said, for consistency, it would be easy to implement a shim for this.