Skip to content

On X11, fix IME crashing without available styles#2512

Merged
kchibisov merged 1 commit intorust-windowing:masterfrom
kchibisov:fix-ime-xim
Oct 9, 2022
Merged

On X11, fix IME crashing without available styles#2512
kchibisov merged 1 commit intorust-windowing:masterfrom
kchibisov:fix-ime-xim

Conversation

@kchibisov
Copy link
Copy Markdown
Member

Fixes #2510.

  • Tested on all platforms changed
  • Added an entry to CHANGELOG.md if knowledge of this change could be valuable to users
  • Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
  • Created or updated an example program if it would help users understand this functionality
  • Updated feature matrix, if new features were added or implemented

--

I can't repro the initial issue in the first place though and it doesn't make any sense, but it was bisected to the recent change.

Copy link
Copy Markdown
Contributor

@chrisduerr chrisduerr left a comment

Choose a reason for hiding this comment

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

Just a small typo.

During reload we were picking old styles, but the styles could
change during reload leading to errors during IME building.

Fixes rust-windowing#2510.
@kchibisov
Copy link
Copy Markdown
Member Author

Patch was tested here alacritty/alacritty#6370 (comment)

@kchibisov kchibisov merged commit f6ca851 into rust-windowing:master Oct 9, 2022
@kchibisov kchibisov deleted the fix-ime-xim branch October 9, 2022 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Failed to open fallback input method: ContextCreationFailed(Null)

2 participants