-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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
Clicking on a link in a Flutter Web page using an accessibility service causes the page to reload #146291
Clicking on a link in a Flutter Web page using an accessibility service causes the page to reload #146291
Comments
Thanks for the bug report @math1man 146291.mov
I can't access it, so not sure which flutter version are you on. If above doesn't represent correct reproduction, can you please elaborate or provide short video of the behavior ? |
I reproduced the issue specifically in DartPad. Here's a video: Recording.720p.2024-04-10.mov |
I also forgot to mention, but removing this one line fixes the issue: |
Thanks for the update. I was also able to replicate this as reported. stable, master flutter doctor -v
|
Update the priority to match the internal issue. |
I'm actively working on this and #143164. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Steps to reproduce
Expected results
Nothing should happen, similar to clicking on the button with a mouse without enabling accessibility.
Actual results
The UI performs a screen transition as if it were some sort of navigation. I believe this symptom is also what is causing the reload in our app.
Code sample
Code sample
Screenshots or Video
No response
Logs
No response
Flutter Doctor output
Internal bug b/328226356
The text was updated successfully, but these errors were encountered: