Description

In the updated search box, Korean text may not be entered initially. As a workaround, switching to another window using Alt+Tab (or activating a different window) and then returning to click the search box allows Korean input to work again.

Additional Notes

[Link Removed]

Steps to Reproduce

Steps to Reproduce

1. (for Korean input) Inherit from UWebBrowser and add the following in RebuildWidget to use FSlateApplication ’s TextInputMethodSystem :

  • WebBrowserWidget ->BindInputMethodSystem(FSlateApplication::Get().GetTextInputMethodSystem());

2. Use the widget with its initial URL set to Google.

3. Type Korean in the Google search box and perform a search.

4. Then type Korean in the changed search box.

Expected

Korean input should also work in the changed search box.

Actual

English input works in the changed search box, but Korean input does not.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-372862 in the post.

0
Login to Vote

Fixed
ComponentUE - Editor - UI Systems - Slate
Affects Versions5.8
Target Fix5.8.1
Fix Commit55218662
CreatedApr 7, 2026
ResolvedJun 17, 2026
UpdatedJun 19, 2026
View Jira Issue