Why does the virtual keyboard show for hidden input element on Chrome on Android, but not other devices? -


steps reproduce:
1) go https://hsf.ipass.com.
2) document.activeelement input element id=find-near-location not visible. it's collapsed in hamburger menu.
3) tap anywhere on map w/o pin. can tap on pin, has other interactions muddies issue.
4) virtual keyboard pops up.
5) document.activeelement still find-near-location.

it seems bug in chrome on android, google-fu failing me.

i running issue on android 6.0.1 chrome 52.0.2743.98.

it turns out bootstrap's .collapse class not use display:none or visibility:hidden avoid element being rendered, required per https://www.w3.org/tr/html5/editing.html#focus-management.


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -