Opened 14 years ago
Closed 14 years ago
#5645 closed defect (fixed)
date and time fields in dialog: error when press esc to close a dialog when a date or time field has focus
Reported by: | Becky Gibson | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
On tests/test_dialog.html open the dialog or tooltip dialog via the "Show Dialog" or "Show Tooltip Dialog" buttons. Put focus on the date or time field (either with the mouse or by tabbing to field). With focus on one of those two fields, press escape to close the dialog and you get an error: unterminated string literal.
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Owner: | set to Douglas Hays |
---|
Above comment should read "see also #5202". Failing for me (on IE) in _FormValueWidget::_onKeyPress() apparently since getValue() returns undefined rather than null, so you try to call toString()
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Same as #5202?