#5358 closed defect (fixed)
native readonly attribute not honored by dijit input widgets
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Wigits that inherit from textbox are not getting the readOnly attribute set.
Change History (5)
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
am I totally mistaken, or are we not offering a whole release of deprecation? the warning in this [11819] deprecation tag needs to live until 1.2, now that we're into this game. (eg it was in 1.0, it will survive 1.1, and not exist in 1.2)
comment:4 Changed 15 years ago by
comment:5 Changed 15 years ago by
Note: See
TracTickets for help on using
tickets.
(In [11818]) Fixes #5358. Added readOnly support to _FormWidget.js to consistently support readOnly for all form widgdets. Deprecated setDisabled in favor of setAttribute to support more attributes w/o requiring set methods for each.