#9599 closed defect (fixed)
DateTextBox: invalid message displayed prematurely
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit - Form | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Noticed in the DateTextBox automated tests that it prints an "invalid date" tooltip even though the (simulated) user hasn't finished typing the value yet.
See attached truncated version of dijit/tests/form/robot/DateTextBox.html.
Just after typing "1" the error message shows up. It shouldn't be showing anything except maybe a prompt message, right?
I think the issue is because of the programmatic changes to displayValue/value that occur before the focusing into that field and typing.
Attachments (1)
Change History (4)
Changed 12 years ago by
Attachment: | DateTextBox.html added |
---|
comment:1 Changed 11 years ago by
Milestone: | tbd → 1.4 |
---|---|
Status: | new → assigned |
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
truncated version of dijit/tests/form/robot/DateTextBox.html