Ari Weiland
Ari Weiland
An image with a label has no implicit need or reason to be a container. For our app, we almost never want it to be treated as a container. If...
After thinking about this more, I think Dan is right. The solution is to not apply a semantic label to the battery icon, but instead apply a label to the...
It works similarly in [VS Code](https://docs.flutter.dev/tools/vs-code#editing-tips-for-flutter-code) and [AndroidStudio](https://docs.flutter.dev/tools/android-studio#editing-tips-for-flutter-code) when using the Flutter plugins.
Oh interesting. I guess this changed from the default AndroidStudio key binding to the default VS Code keybinding. It would be much appreciated if you could support both!
That's true.
I reproduced the issue specifically in DartPad. Here's a video: https://github.com/flutter/flutter/assets/4040946/6aca9b69-6a2a-4fb5-ac48-35408cf7e8af
I also forgot to mention, but removing this one line fixes the issue: https://github.com/flutter/engine/blob/beee02b5ba2d2ee45b99ff7ae32f75175aa67821/lib/web_ui/lib/src/engine/semantics/link.dart#L23
FYI this also affects Web, not just iOS.
I'm fairly certain #143334 does not fix this issue on Web.
Don't forget to reopen