-
-
Notifications
You must be signed in to change notification settings - Fork 867
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
[BUG] FadeRAWA
allows invisible widgets to receive gesture events
#1589
Comments
Hi @ddshd, I can't reproduce this on Android, and I'm not sure why there would be platform specific behaviour here. Screenrecorder-2023-07-17-06-58-45-792.1.mp4Can you reproduce on iOS with the example app? |
Screen.Recording.2023-07-17.at.1.26.17.AM.movI should also note that we do not have the following set, we are just using the default value.. I commented the line out to reproduce it. Apologies. flutter_map/example/lib/pages/home.dart Line 127 in 3f18982
Edit: Updated video so that you can see the taps |
Ok, thanks for that extra information. I can now reproduce it. |
FadeRAWA
allows invisible widgets to receive gesture events
What is the bug?
On iOS (only tested on iOS) - Using the following code the "OpenStreetMap contributors" text is still tappable even through it does not show up on the screen. If a user is to tab in the general location of where the text would be the link opens
How can we reproduce it?
Using the following on a FlutterMap
Tap the "info" button to see where the text would be, close the widget, and tab in the region where the text would be if the widget was open.. This will cause the link to be launched
Do you have a potential solution?
Haven't looked deep into how the widget is shown/hidden but maybe it's done through opacity then the items would still interactive even though they are not seen
Platforms
iOS 16
Severity
Minimum: Allows normal functioning
The text was updated successfully, but these errors were encountered: