Changes between Initial Version and Version 1 of Ticket #5043
- Timestamp:
- Nov 8, 2007, 12:09:14 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5043
- Property Owner changed from anonymous to Douglas Hays
-
Property
Component
changed from
General
toDijit
-
Property
Milestone
changed from
1.0.1
to1.1
-
Ticket #5043 – Description
initial v1 1 ValadationTextBoxs will continue to show the promptMessage and never switch to the invalidMessage if when the user starts to type in the text box the content is immediately invalid.1 !ValidationTextBoxes will continue to show the promptMessage and never switch to the invalidMessage if when the user starts to type in the text box the content is immediately invalid. 2 2 3 3 If the first character typed is valid and then the content becomes invalid after typing a bit more the invalidMessage shows correctly. 4 5 Example: go to http://download.dojotoolkit.org/release-1.0.0/dojo-release-1.0.0/dijit/tests/form/test_validate.html and in the "Age" <input> box type "a" as the first character.