Ticket #6352 (closed defect: worksforme)
TextTimeBox: esc does not revert to most recently entered date in IE6 and IE7 when the date is preset on load.
| Reported by: | clown | Owned by: | haysmark |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | Accessibility | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: | davidb |
Description
.../dijit/tests/form/test_DateTextBox.html
For example: "Date (local format - long)". This DateTextBox is preset to "December 30, 2005".
- Type in a new date and hit tab.
- Shift-tab back to the DateTextBox.
- Erase the date in the box.
- Hit esc.
For FF2, FF3 Win/Mac, the value reverts to the new date entered at the first step.
For IE6 and IE7, it reverts back to the original preset date of "December 30, 2005".
In fact, in IE6 and IE7, the date can be changed repeatedly, but the instant esc is pressed in an empty box, it reverts back to the preset "onload" date.
Change History
Note: See
TracTickets for help on using
tickets.