Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.123.2
- OS Version: macOS 26.4.1 (25E253), arm64
Steps to Reproduce:
- Open any Markdown file.
- Open the built-in Markdown preview, for example with
Markdown: Open Preview to the Side.
- Focus the Markdown preview pane.
- Press
Cmd+F to open the find box for the preview.
- Switch to the Korean input method and type Korean text into the find box, for example
안녕하세요 or another Korean search term.
Expected:
The Korean text should be entered into the Markdown preview find box correctly, with all composed characters preserved.
Actual:
Some Korean keystrokes are dropped or entered incorrectly in the Markdown preview find box. The text shown in the find box can differ from what was typed, making it unreliable to search Korean text in Markdown preview.

Notes:
I searched existing issues and PRs before filing this report. I found related Korean/IME/find/webview issues, but I could not find an exact duplicate for Korean IME keystrokes being dropped or misinterpreted specifically in the Markdown preview Cmd+F find box.
I also reproduced the issue with all extensions disabled using code --disable-extensions.
The same behavior was confirmed on a colleague's computer as well, so this does not appear to be specific to my local extension setup or user settings.
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Markdown: Open Preview to the Side.Cmd+Fto open the find box for the preview.안녕하세요or another Korean search term.Expected:
The Korean text should be entered into the Markdown preview find box correctly, with all composed characters preserved.
Actual:
Some Korean keystrokes are dropped or entered incorrectly in the Markdown preview find box. The text shown in the find box can differ from what was typed, making it unreliable to search Korean text in Markdown preview.

Notes:
I searched existing issues and PRs before filing this report. I found related Korean/IME/find/webview issues, but I could not find an exact duplicate for Korean IME keystrokes being dropped or misinterpreted specifically in the Markdown preview
Cmd+Ffind box.I also reproduced the issue with all extensions disabled using
code --disable-extensions.The same behavior was confirmed on a colleague's computer as well, so this does not appear to be specific to my local extension setup or user settings.