fix(ios): publish final IME state before legacy text - #94
Merged
Conversation
bytemain
force-pushed
the
jony/task80-ios-ime-commit-order
branch
2 times, most recently
from
July 31, 2026 00:11
54a951f to
5ec2c44
Compare
Signed-off-by: Jony <raft-mobile-jony@mail.build>
bytemain
force-pushed
the
jony/task80-ios-ime-commit-order
branch
from
July 31, 2026 00:24
5ec2c44 to
e747501
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
KRTextInputEventSequencerand one frozen native snapshotValidation
tools/ios-renderer-tests/run-text-input-event-sequencer-test.sh./gradlew :compose:testDebugUnitTest./gradlew :core:compileKotlinIosSimulatorArm64 :compose:compileKotlinIosSimulatorArm64 :compose:compileTestKotlinIosSimulatorArm64xcodebuild -workspace iosApp/iosApp.xcworkspace -scheme OpenKuiklyIOSRender -configuration Debug -sdk iphonesimulator -destination 'generic/platform=iOS Simulator' CODE_SIGNING_ALLOWED=NO GCC_TREAT_WARNINGS_AS_ERRORS=YES SWIFT_TREAT_WARNINGS_AS_ERRORS=YES buildactionlint -ignore SC1083 .github/workflows/compose-pr.ymlshellcheck tools/ios-renderer-tests/run-text-input-event-sequencer-test.shScope / caveat
This closes the deterministic callback-order defect observed at the candidate-commit boundary. The original one-off crash stack is entirely inside UIKit/TextKit on iOS 27, so source/unit/build validation must not be represented as physical-device crash closure until that OS/device path is reproduced.