Opened 7 years ago
Closed 5 years ago
#17540 closed defect (patchwelcome)
Dijit TextBox switching focus makes soft keyboard popping up on mobile
Reported by: | xMartin | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | Dijit - Form | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I'm using form Dijits like TextBox? in an app that is also used on mobile like iOS Safari and Firefox on FirefoxOS. I noticed that when I enter Text in a TextBox? and then "click" on the next TextBox? dijit the soft keyboard hides and then pops up again which is very annoying. This is not the case with plain HTML input elements.
Change History (2)
comment:1 Changed 7 years ago by
comment:2 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Given that no one has shown interest in creating a patch in more than a year, I'm closing this as patchwelcome. Please let us know if you would like to get involved in helping make this change to Dojo!
Note: See
TracTickets for help on using
tickets.
I see it on test_validate.html and I agree it's annoying. Not sure what's going on, perhaps something with _FormWidgetMixin::_onFocus().