Ticket #6574 (closed task: fixed)

Opened 8 months ago

Last modified 7 months ago

TextBox: disabled textboxes aren't indicated

Reported by: bill Owned by: bill
Priority: normal Milestone: 1.2
Component: Dijit - LnF Version: 1.1.0
Severity: normal Keywords:
Cc:

Description

I expected the text for disabled text boxes, combo boxes, data text boxes, etc. to be gray, to indicate that they can't be changed (and to match native styling), but nothing seems to change compared to enabled text boxes

http://download.dojotoolkit.org/release-1.1.0/dojo-release-1.1.0/dijit/tests/form/test_validate.html (see the euro currency example) demonstrates the problem.

Similar to #6087, about TextArea?.

Change History

Changed 8 months ago by bill

  • status changed from new 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 7 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 months ago by alex

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

Note: See TracTickets for help on using tickets.