-
Notifications
You must be signed in to change notification settings - Fork 28.7k
Re-land "Support Scribble Handwriting" (#96615) #96881
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
This reverts commit 9c23106.
d464a9e
to
84d96f1
Compare
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. Sorry I triggered the internal test on the wrong pull request. Testing this one now.
Update: I need to get one more fix in to land this. |
the fix is in @fbcouch could you resolve the merge conflict? I'll try relanding this. |
@justinmc Friendly ping to see if you can take a look at this, thanks! |
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.
Code and migration guide LGTM 👍
I'm tempted to merge this now, but @LongCatIsLooong is out for the rest of the week. We should probably wait for him to be around in case something goes wrong.
I had to revert this due to a failure, but it wasn't in the internal Google tests, it was a test added in this PR. It failed on all of the CI platforms (Windows, Mac, Linux). Any idea why? Here's on of the failed runs: https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20framework_tests_widgets/3425/overview
|
😩 I'll take a look...wonder if something that was merged to master between when I last merged to fix that PR and now broke it...at least that's a starting point |
So, a bisect pointed to 55e8a2c, which was an engine roll (thankfully of only 1 revision) for this flutter/engine#28912 ... my guess is something about the text renderer change is messing with the selection rects. I will try to look more closely at it tomorrow. |
…er#96881)" (flutter#97405) This reverts commit c54ce01.
Reverts #96615
@LongCatIsLooong
Fixes #61278
Original PR #75472
Migration Guide: https://github.com/flutter/website/blob/main/src/release/breaking-changes/scribble-text-input-client.md
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.