Skip to content

[web] Clicks are "slow" in multi-view mode with semantics on. #158530

@ditman

Description

@ditman

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:

  1. Create a multi-view app (or use this example one)
  2. Run the app, and click "Add a counter" to add a view
  3. Verify that clicking on the + button works normally
  4. 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:

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work lista: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)a: multi windowIssues related to multi window supportengineflutter/engine related. See also e: labels.team-webOwned by Web platform teamtriaged-webTriaged by Web platform team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions