Skip to content
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

Fix last character deletion in Wayland IME input #100715

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

buresu
Copy link
Contributor

@buresu buresu commented Dec 21, 2024

This PR fixes an issue where the last character can't be deleted with backspace during IME input on the Wayland platform.

Details

When deleting IME characters, wp_text_input_on_done() is called, but currently no message is pushed when ss->ime_text is empty.
The issue is fixed by always pushing the message regardless of whether ss->ime_text is empty or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants