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

Stop IME just before shutting down #767

Merged
merged 2 commits into from
Dec 3, 2024
Merged

Conversation

DJMcNab
Copy link
Member

@DJMcNab DJMcNab commented Dec 3, 2024

This works around a janky behaviour where IME content is transferred to new instances of the same app.

This might not be needed on other systems, but I don't think that this change can cause any harm either.

This works around a janky behaviour where IME content is transferred to new instances of the same app
@@ -471,7 +471,11 @@ impl MasonryState<'_> {
};
accesskit_adapter.update_if_active(|| tree_update);
}
WinitWindowEvent::CloseRequested => event_loop.exit(),
WinitWindowEvent::CloseRequested => {
//
Copy link
Member

Choose a reason for hiding this comment

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

Unfinished comment

@DJMcNab DJMcNab added this pull request to the merge queue Dec 3, 2024
@DJMcNab DJMcNab removed this pull request from the merge queue due to a manual request Dec 3, 2024
@DJMcNab DJMcNab enabled auto-merge December 3, 2024 16:46
@DJMcNab DJMcNab added this pull request to the merge queue Dec 3, 2024
Merged via the queue into linebender:main with commit ce8387a Dec 3, 2024
17 checks passed
@DJMcNab DJMcNab deleted the ime-shutdown branch December 3, 2024 16:58
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.

3 participants