-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Fix PointerAddedEvent handling in LiveTestWidgetsFlutterBinding #61102
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the detailed explanation in the bug!
I realize one thing I need to solve before merge. Now I'm just treating |
@CareF I think you'd have an easier time getting those events if you tested in web/chrome or on desktop (e.g. It's fine to fix those in a separate PR if you don't have good test cases for them yet - or, if you can generate the test case, then you can go ahead and fix it here too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. +1 to fix this first, and fix hover and other possible events later with more knowledge and reproducible test cases.
…ter#61102) * Fix PointerAddedEvent handling in tester
Description
See #61100
This was part of #60796
Related Issues
Fixes #61100
Tests
packages/flutter_test/test/live_binding_test.dart
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
). This will ensure a smooth and quick review process.///
).flutter analyze --flutter-repo
) does not report any problems on my PR.Breaking Change
Did any tests fail when you ran them? Please read Handling breaking changes.