#4517 closed defect (invalid)
DateTextBox does not react to clicks after date set
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | DateTextBox | Cc: | |
Blocked By: | Blocking: |
Description
If I set the date with the dropdown calendar in a DateTextBox?, the calendar does not reappear when I click in the text box again. Only after moving focus to another widget and then clicking in the widget, the calendar reappears. Both in IE6 and Firefox 2.0
Change History (4)
comment:1 Changed 14 years ago by
comment:2 follow-up: 3 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
the tab key will bring you back into the popup. seems reasonable? so it's working 'as designed'
comment:3 Changed 14 years ago by
Replying to peller:
the tab key will bring you back into the popup. seems reasonable? so it's working 'as designed'
I'm happy with calling blur() in a onchange handler
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
you're supposed to be able to click in the text box to edit the date. what is the right gesture here, short of putting a drop down button back on the widget?