-
Notifications
You must be signed in to change notification settings - Fork 28.2k
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
Revert "Fix jumping when doing long press for selecting text" #103141
Revert "Fix jumping when doing long press for selecting text" #103141
Conversation
This reverts commit 6ea4aef.
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.
Is there a minimal reproduction of the failing test that we can include in flutter/flutter CI?
The internal issue is closed, noting that the changes are acceptable, so I don't understand why a revert is needed. |
I've added more context to the internal bug. I defer to @LongCatIsLooong and @chunhtai but I suspect we could send a g3fix since this was a single test failing. |
* [flutter_releases] Roll engine to 2b14309d * remove assert on markNeedsCompositingBitsUpdate (#103227) * partial revert of repaint boundary change (#102962) * Revert "Fix jumping when doing long press for selecting text" (#103141) Co-authored-by: Jonah Williams <[email protected]>
Hi @CaseyHillers |
@rgevrek please coordinate the reland with @LongCatIsLooong and @chunhtai. The internal test failed as it has a hard coded assumption that inactive cursors allow jumping to. This is a test issue that should be fixed, and I don't see anything wrong with this PR. |
Reverts #102270
This broke internal google tests
Googlers, see b/230165332