#10578 closed defect (fixed)
DateTextBox: exception possible after tab
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit - Form | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Run test_DateTextBox.html in IE6.
Focus the first textbox.
Press any char and then tab at nearly the same time.
Exception in thrown in _DateTimeTextBox:_onKeyPress since this._picker=null when calling dijit.placeOnScreenAroundElement.
Change History (2)
comment:1 Changed 11 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 [21096]) Fixes #10578 !strict. Added check for this._picker in case it went away before the setTimeout fired.