Ticket #6087 (closed defect: fixed)

Opened 4 months ago

Last modified 7 weeks ago

TextArea: does not display disabled state

Reported by: dante Owned by: bill
Priority: low Milestone: 1.2
Component: Dijit - LnF Version: 1.0
Severity: normal Keywords:
Cc: nonken

Description (last modified by doughays) (diff)

http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/test_Textarea.html

In the test page, if you disable the Textarea via the button, the input stops, though the Textarea doesn't look disabled at all.

Probably affects tundra, soria and nihilo.

Change History

Changed 3 months ago by doughays

  • component changed from Dijit to Dijit - LnF
  • description modified (diff)

Changed 3 months ago by bill

  • owner set to bill
  • status changed from new to assigned
  • summary changed from Dijit Textarea does not display disabled state to TextArea: does not display disabled state

Changed 2 months ago by bill

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

(In [13362]) CSS fixes for TextArea? and TextBox? disabled and focused modes:

  • make disabled TextBox? based widgets (like ComboBox?) have gray text, to disambiguate them from enabled states (fixes #6574).
  • make TextArea/SimpleTextArea? indicate focus with darker border, just like TextBox? based widgets (fixes #6470). Note that for TextArea? widget, _focused and _blurred where bad names for private methods, since they conflict w/the state variables used by FormWidget:setStateClass().

!strict

Changed 2 months ago by bill

(In [13447]) Make themeTester.html have enabled and disabled versions of all the form widgets. Refs #6152, #6574, #6087

Also removed class="medium" affecting sizes on themeTester. Refs #6326.

And did some general cleanup/refactoring of tabs.

Changed 7 weeks ago by alex

(In [13745]) fixing unclosed tag introduced in [13447]. Refs #6152, #6574, #6087

Note: See TracTickets for help on using tickets.