Opened 10 years ago
Closed 10 years ago
#12782 closed defect (wontfix)
DateTextBox loses Input on Browser Back Button
Reported by: | bht | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | Dijit - Form | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
DateTextBox? loses data input with browser history, unlike other text fields. I don't know how the browser re-populates a field with the data that the user put in before.
DateTextBox? seems to be a challenge, and I wonder whether this can be fixed.
Please refer to the attached testcase.
Attachments (1)
Change History (3)
Changed 10 years ago by
Attachment: | DateTextBox.html added |
---|
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Milestone: | tbd → future |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
I don't see any lightweight way to fix this - suggestions welcome
Note: See
TracTickets for help on using
tickets.
IIRC this is true for any widgets that extend MappedTextBox because they introduce a hidden input field.