Issue metadata
Sign in to add a comment
|
JS/CSS event not notified
Reported by
r.browse...@gmail.com,
Nov 16 2016
|
||||||||||||||||||||||||
Issue description
Steps to reproduce the problem:
1. Some apps enable Accessibility service
2. Some JS/CSS events are not notified on following situations.
Case A) onmouseover (JavaScript) is not notified while the mouse pointer is put on the object.
Case B) :focus and :hover (CSS) don't work. The code is as follows.
a:focus, a:hover {
border: 3px solid #F00 !Important;
margin:-3px !Important;
}
※Everything works well when Accessibility service is disabled.
What is the expected behavior?
What went wrong?
Some JS/CSS events are not notified when some apps enable Accessibility service.
Did this work before? N/A
Does this work in other browsers? No
This issue also happen in all apps using WebView.
And it also happen in Android Chrome.
But it does not happen in Firefox Browser.
Chrome version: 54.0.2840.85 Channel: stable
OS Version: 6.0.1
Flash Version:
,
Nov 19 2016
,
Dec 6 2016
,
Mar 27 2017
,
Apr 21 2017
,
Apr 21 2017
,
Jul 27 2017
,
Jul 31 2017
This is working as intended. It's not all accessibility services, but TalkBack and other Android screen readers will definitely behave this way due to touch exploration. When Android touch exploration mode is on, a single tap or drag on the screen lets the user explore and get a verbal description of the item under the finger. It moves "accessibility focus". By design this does NOT send the typical events. A double-tap anywhere on the screen clicks on the item with accessibility focus. Please reopen if you think there's a legitimate bug, but I don't think the normal events should fire when touch exploration is on. |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by rsgav...@chromium.org
, Nov 16 2016Labels: triage-te