Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@LongCatIsLooong
Copy link
Contributor

Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.

List which issues are fixed by this PR. You must list at least one issue.

If you had to change anything in the flutter/tests repo, include a link to the migration guide as per the breaking change policy.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt. See testing the engine for instructions on
    writing and running engine tests.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

Copy link
Member

@cbracken cbracken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM stamp from a Japanese personal seal

@cbracken
Copy link
Member

cbracken commented Mar 9, 2022

LGTM but looks like there's a licence check failure unrelated to your PR that somehow got merged:

--- flutter/ci/licenses_golden/licenses_third_party	2022-03-09 20:02:41.451399725 +0000
+++ out/license_script_output/licenses_third_party	2022-03-09 20:16:32.839965444 +0000
@@ -1,7 +1,7 @@
-Signature: 7bda71dc439dc0a18ac558267dc64a9c
+Signature: 6aa85c19effb33aa9f48bd857bee1d96

@chinmaygarde
Copy link
Member

@cbracken That was a transient failure in the tree that since been fixed.

@LongCatIsLooong Please rebase the PR on ToT for the presubs to get rolling again. Thanks.

@LongCatIsLooong LongCatIsLooong force-pushed the fix-composing-selection branch from 615c457 to f8fef39 Compare March 11, 2022 00:12
@LongCatIsLooong
Copy link
Contributor Author

@cbracken I updated the pull request a bit to fix the problem where SetSelection can fail because of the composing region in setEditingState. Can you take another look?

Copy link
Member

@cbracken cbracken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

re-lgtm

@LongCatIsLooong LongCatIsLooong added the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label Mar 15, 2022
@fluttergithubbot fluttergithubbot merged commit 0199e90 into flutter:main Mar 15, 2022
@LongCatIsLooong LongCatIsLooong deleted the fix-composing-selection branch March 15, 2022 22:41
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 15, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 15, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 16, 2022
zanderso pushed a commit to flutter/flutter that referenced this pull request Mar 16, 2022
* 0199e90 [macOS] fix text selection when there's composing text  (flutter/engine#31936)

* 0ca0ce1 Roll Skia from 9565f4bd902b to a48a3c9417c0 (3 revisions) (flutter/engine#32044)

* a60e8c3 Switch the renderer to impeller based on the presence of a command line flag. (flutter/engine#31959)

* 24051b6 Roll Fuchsia Mac SDK from EOVjR8JSN... to jvlI1s78T... (flutter/engine#32047)

* fef6232 Roll Skia from a48a3c9417c0 to ffb49630eb1a (3 revisions) (flutter/engine#32048)

* 5a80834 [ci.yaml] Migrate remaining targets to cocoon scheduler (flutter/engine#32018)

* cd7a1e2 Support stencil buffers on OpenGL for Windows and Android (flutter/engine#31967)

* dc22c4c Add DlColorSource objects to hold information for SkShaders (flutter/engine#31981)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

platform-macos waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants