Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[web] remove Tappable from basic set of a11y roles; add it case by case #51466

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

yjbanov
Copy link
Contributor

@yjbanov yjbanov commented Mar 16, 2024

Remove the Tappable role from the PrimaryRoleManager.withBasics constructor. Only add Tappable to primary roles that know for sure they need it.

Fixes flutter/flutter#144364

@github-actions github-actions bot added the platform-web Code specifically for the web engine label Mar 16, 2024
@yjbanov yjbanov requested review from ditman and mdebbar March 18, 2024 16:49
@yjbanov yjbanov added the autosubmit Merge PR when tree becomes green via auto submit App label Mar 18, 2024
@auto-submit auto-submit bot merged commit ad75e93 into flutter:main Mar 18, 2024
26 checks passed
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 18, 2024
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Mar 18, 2024
…145345)

flutter/engine@90c4d64...016206d

2024-03-18 magder@google.com Support accessibility back gesture to pop route from view controller (flutter/engine#51241)
2024-03-18 yjbanov@google.com [web] remove Tappable from basic set of a11y roles; add it case by case (flutter/engine#51466)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC bdero@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosubmit Merge PR when tree becomes green via auto submit App platform-web Code specifically for the web engine
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Basic text widgets treated as tappable on Flutter web running on Android w/ Talkback
2 participants