Opened 14 years ago
Closed 14 years ago
#4153 closed defect (fixed)
ValidationTextBox yellow even when not focused
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | General | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/FormWidgetsDemo.html
All the plain fields show up as yellow initially. Then as you click on them (without entering text) they turn to white.
They should only be yellow if you are focused on them.
Happens at least on FF.
Note: See
TracTickets for help on using
tickets.
(In [10191]) Fixes #4153. Changed Warning validation state to Error since it was poorly styled and often confused with Error conditions. Changed _setStateClass to not save and reuse the original class list since it can change over time. Cleaned up validation.js to use this.inherited instead of superclass calls.