[OPEN-660] Android Password Field superfocus persistance
Sencha Touch version tested:- only default ext-all.css
- custom css (include details)
Platform tested against:
Description:- The password field on android persists after the field has been blurred.
Test Case:
See this URL : https://ifinancials.com
Steps to reproduce the problem:- create an app with a card layout
- Create a form card with a password field
- open the app with an android 2.1 device
- focus on the password field
- tap outside of the password field
- change the card
-
The result that was expected:- At least on the card change the field should be hidden
The result that occurs instead:- the android superfocus overlay persisted on card change
Screenshot or Video:
Debugging already done:
Possible fix:- perhaps force a blur? for focus on a hidden field? somehow get the focus off the field to remove android's superfocus