-
Notifications
You must be signed in to change notification settings - Fork 30.4k
[Web][Engine] Fix composingBaseOffset and composingExtentOffset value when input japanese text #161593
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
Merged
auto-submit
merged 33 commits into
flutter:master
from
koji-1009:fix/web_composing_range
Jun 3, 2025
+231
−7
Merged
[Web][Engine] Fix composingBaseOffset and composingExtentOffset value when input japanese text #161593
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
0953c69
fix: Skip updating selection range during composition
koji-1009 3e19c27
Apply suggestions from code review
koji-1009 347faf1
test: Add test case
koji-1009 043a852
Update engine/src/flutter/lib/web_ui/test/engine/text_editing_test.dart
koji-1009 984d3f5
test: Fix test case
koji-1009 bbd217b
Update engine/src/flutter/lib/web_ui/lib/src/engine/text_editing/text…
koji-1009 3886c3b
Apply suggestions from code review
koji-1009 3387efa
remove: sync main
koji-1009 cae5264
fix: Disable shift + arrow key on web platform
koji-1009 53d4f90
test: Add test cases
koji-1009 4a70b0a
refactor: sort
koji-1009 96041b1
test: Remove unsupported shortcuts test
koji-1009 0f1b383
Revert "test: Remove unsupported shortcuts test"
koji-1009 256b691
Revert "refactor: sort"
koji-1009 b4c0c91
Revert "test: Add test cases"
koji-1009 b8b83f6
Revert "fix: Disable shift + arrow key on web platform"
koji-1009 56576be
fix: Reflecting the composing process to Japanese text input
koji-1009 26a2640
test: Fix test case
koji-1009 85715ed
test: Add unit test
koji-1009 a5a8d7d
Revert "test: Add unit test"
koji-1009 317d1cf
test: Add unit test
koji-1009 abc3526
fix: Support partically selected style
koji-1009 1d37d47
test: Update unit test
koji-1009 1b23ee0
feat: Hold composingBase
koji-1009 ece4d52
test: Add unit test
koji-1009 fe51d20
fix: unit test
koji-1009 6d52b03
fix: Support home and end key
koji-1009 f060af9
refactor: Fix type and rename
koji-1009 d70db66
refactor: Remove line
koji-1009 d8b1720
Merge branch 'master' into fix/web_composing_range
koji-1009 1eb4915
chore: run test
koji-1009 cb6c360
Merge branch 'master' into fix/web_composing_range
koji-1009 8a48530
Merge branch 'master' into fix/web_composing_range
koji-1009 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: Fix test case
- Loading branch information
commit 984d3f5989e970991a8c4c89a6f10eed8e1c6cf4
There are no files selected for viewing
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
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.
Uh oh!
There was an error while loading. Please reload this page.