зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1506728 - Do requestFocus when performing explore by touch. r=snorp
Differential Revision: https://phabricator.services.mozilla.com/D11705 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
a8d8b5dffc
Коммит
3f79d90ac5
|
@ -624,6 +624,8 @@ public class SessionAccessibility {
|
|||
return false;
|
||||
}
|
||||
|
||||
mView.requestFocus();
|
||||
|
||||
final GeckoBundle data = new GeckoBundle(2);
|
||||
data.putDoubleArray("coordinates", new double[] {event.getRawX(), event.getRawY()});
|
||||
mSession.getEventDispatcher().dispatch("GeckoView:AccessibilityExploreByTouch", data);
|
||||
|
|
Загрузка…
Ссылка в новой задаче