Ticket #5358 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

native readonly attribute not honored by dijit input widgets

Reported by: doughays Owned by: doughays
Priority: normal Milestone: 1.1
Component: Dijit Version: 0.9
Severity: normal Keywords:
Cc:

Description

Wigits that inherit from textbox are not getting the readOnly attribute set.

Change History

Changed 8 months ago by doughays

  • status changed from new to closed
  • resolution set to fixed

(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.

Changed 8 months ago by doughays

(In [11819]) References #5358. Changed setDisabled to setAttribute

Changed 8 months ago by dante

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)

Changed 8 months ago by dante

(In [11835]) refs #5358 - setting deprecation to 2.0 - pottedmeat: big public api change in [11819]

Changed 8 months ago by liucougar

(In [11877]) refs #5358: migrate editor plugin away from setDisabled

Note: See TracTickets for help on using tickets.