Opened 8 years ago
Closed 8 years ago
#16914 closed defect (fixed)
keyboard pops up unnecessarily on iPad
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | Dijit | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
After opening a DateTextBox's drop down and then clicking on a blank area of the screen to close it, focus goes to the <input> and the software keyboard opens up.
The problem stems from dijit/focus::_onTouchNode() which doesn't set curNode to null.
Change History (1)
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I checked in a fix for this accidentally in [31014]. Meant to make it a separate check in after some more testing... but seems to be working.