Opened 14 years ago
Closed 14 years ago
#2632 closed defect (fixed)
ValidationTextbox sets wrong class
Reported by: | joose | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.4.2 |
Keywords: | ValidationTextbox | Cc: | |
Blocked By: | Blocking: |
Description
When:
value == empty required == true ==>> Class="Empty"
class should be Invalid
So:
value == empty required == true ==>> Class == "Invalid"
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | ValidationTextBox.patch added |
---|
comment:1 Changed 14 years ago by
Owner: | changed from bill to Douglas Hays |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This is fixed in the 0.9 trunk. The new classes are: dojoInputFieldValidationError dojoInputFieldValidationWarning dojoInputFieldValidationNormal
No value and required=true is an error condition.
Note: See
TracTickets for help on using
tickets.
makes missing + empty => invalid -class and not empty -class