#5395 closed defect (duplicate)
dijit.form.DateTextBox validation wrong?
Reported by: | guest | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Web Browser(version) :InternetExplorer(6.0.2800.1106),FireFox(2.0.0.11)
Dojo Widget :dijit.form.DateTextBox
URI:
http://archive.dojotoolkit.org/dojo-2007-12-14/dojotoolkit/dijit/tests/form/test_DateTextBox.html
I typed '07/02/30' on DateTextBox,
'2007/2/30' doesn't exist,
but,Input value doesn't invalidated.
Please, fix...
Change History (4)
comment:1 Changed 13 years ago by
Owner: | set to Adam Peller |
---|
comment:2 Changed 13 years ago by
Milestone: | 1.0.3 → 1.1 |
---|---|
Owner: | changed from Adam Peller to Douglas Hays |
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
If I'm not mistaken, this is fine in 1.0 but has regressed on the trunk. Looks like we're still running the regexp, but not calling parse correctly? related to #4760?