Ticket #6470 (closed task: fixed)

Opened 8 months ago

Last modified 8 months ago

TextArea/SimpleTextArea: need focus indication

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

Description

TextBox indicates focus by changing the border color. Need something similar (or actually, the same) for TextArea/SimpleTextArea?.

Taken from IBM Design Leadership recommendations.

Change History

Changed 8 months ago by bill

  • status changed from new to assigned
  • owner changed from nonken to bill

Changed 8 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

Note: See TracTickets for help on using tickets.