Opened 12 years ago
Closed 11 years ago
#9454 closed defect (fixed)
dojox.form.DateTextBox strange/broken behavior
Reported by: | haysmark | Owned by: | Shane O'Sullivan |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Form | Version: | 1.3.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
http://archive.dojotoolkit.org/nightly/checkout/dojox/form/tests/test_DateTextBox.html
Day only: when you click away after setting a value, onChange fires erroneously returning undefined.
Month only: returns the month +1. Hence if you click December you get 13, not 12, and the "input invalid" style. Also has the onChange bug.
Year only: onChange bug.
Change History (3)
comment:1 Changed 12 years ago by
Owner: | changed from dante to Nathan Toone |
---|
comment:2 Changed 12 years ago by
Owner: | changed from Nathan Toone to Shane O'Sullivan |
---|
comment:3 Changed 11 years ago by
Milestone: | tbd → 1.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in [20413]