#11755 closed defect (fixed)
DateTextBox: typing a date followed by drop down button doesn't show that date
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Dijit - Form | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you edit the date inline, such as changing 12/31/2008 to 1/31/2008 in the textbox and immediately click the dropdown icon, it still brings you to the selected date in December.
Split from #10091.
Change History (2)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [22887]) Fix problem where user types a date and then opens the drop down. Make sure drop down opens to typed date (assuming it's valid). Fixes #11755 !strict. Also did some test cleanup, removing an unnecessary call to a private method.