-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Fix off-screen selected text throws exception #123595
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
Fix off-screen selected text throws exception #123595
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 👍
Thank you for fixing this! I saw @mkobuolys posted on Twitter about it.
await tester.pumpAndSettle(); | ||
|
||
expect(tester.takeException(), isNull); | ||
}); |
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.
This is a great test, thanks for fully reproducing the issue 👍
@TahaTesser - this PR is starting to fail a customer test, see #123293 (comment), https://flutter-dashboard.appspot.com/#/build |
It looks like the problem was with the customer test. See #123669, and flutter/tests#241 |
fixes #123527
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.