Closed
Bug 1418481
Opened 8 years ago
Closed 8 years ago
Programmatically set focus doesn't trigger a keyboard in FF 57.0 for Android
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1409113
People
(Reporter: xaerok.od.ua, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0
Build ID: 20171115114231
Steps to reproduce:
Created a small jsfiddle to test the bug using the Firefox for Android 57:
https://jsfiddle.net/cu7z307s/5/
1. Click a button "Click Me".
Also, recorded a video with the demonstration of the bug in both FF 57.0 and Chrome 62 using the above jsfiddle:
https://www.youtube.com/watch?v=3oY6ZIzzMAo
Actual results:
Once you click a button - you can see that the focus moved to the textarea.
Also, document.activeElement showed the textarea as an active element.
But the keyboard didn't show up on Android devices.
Tested on Android 5.1.1, Android 6.0.1, Android 8.0.0. In all cases it worked in FF 56.0 and stopped working in FF 57.0
Expected results:
Expected the focus event to trigger the keyboard.
Updated•8 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•