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

IME: Fix overlay rendering when the pre-edit text to be displayed exceeds the screen #6087

Merged
merged 1 commit into from Mar 4, 2023

Conversation

page-down
Copy link
Contributor

Right align overlay when typing at the edge of the screen.
When the cursor is at the right edge of the screen, push the overlay to the left to display the pre-edit text just entered.

Some of the combining characters may be cut off at the beginning of the line, but it doesn't matter.

This is one of the last two IME-related issues I'd like to fix.
Please review, thanks.

When the cursor is at the right edge of the screen, push the overlay to
the left to display the pre-edit text just entered.
@kovidgoyal kovidgoyal merged commit 3cfb544 into kovidgoyal:master Mar 4, 2023
@page-down page-down deleted the ime branch March 4, 2023 08:20
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.

None yet

2 participants