Skip to content

Fix composingExtent parsing in setEditingState#156

Merged
JSUYA merged 3 commits intoflutter-tizen:masterfrom
JSUYA:fix_seteditingstate
Feb 13, 2026
Merged

Fix composingExtent parsing in setEditingState#156
JSUYA merged 3 commits intoflutter-tizen:masterfrom
JSUYA:fix_seteditingstate

Conversation

@JSUYA
Copy link
Member

@JSUYA JSUYA commented Feb 12, 2026

kComposingBaseKey -> kComposingExtentKey

+) Add mising return

@JSUYA JSUYA requested a review from seungsoo47 February 12, 2026 05:36
@JSUYA JSUYA self-assigned this Feb 12, 2026
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request addresses a bug in TextInputChannel::HandleMethodCall where the composing_extent was being parsed using the wrong key. The change in flutter/shell/platform/tizen/channels/text_input_channel.cc corrects the argument lookup from kComposingBaseKey to kComposingExtentKey. This ensures the composing range extent is correctly retrieved from the method call arguments, fixing the incorrect behavior. The change is correct and resolves the issue.

@JSUYA JSUYA merged commit dd2f6ba into flutter-tizen:master Feb 13, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants