-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#56595Closed
Copy link
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)Accessibility, e.g. VoiceOver or TalkBack. (aka a11y)a: multi windowIssues related to multi window supportIssues related to multi window supportengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team
Description
When semantics are enabled on a multi-view app on the web, mouse clicks aren't being registered normally, it takes a long click for a click to register.
Steps to reproduce:
- Create a multi-view app (or use this example one)
- Run the app, and click "Add a counter" to add a view
- Verify that clicking on the
+button works normally - Enable semantics typing this in the JS console of the browser:
$('flt-semantics-placeholder').click()
Expected
- Clicks work as before enabling semantics
Actual
- Clicks don't work normally, but long-presses do
I have the app deployed here, for quicker testing:
p-mazhnik
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)Accessibility, e.g. VoiceOver or TalkBack. (aka a11y)a: multi windowIssues related to multi window supportIssues related to multi window supportengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team