Prompt input issue in Cursor’s input box has remained unresolved since early versions

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Hi Cursor team,

Please refer to the attached video.

The issue is that prompts are not being entered properly in the input box, which is extremely inconvenient. This bug seems to have existed since the early versions of Cursor, and I wonder whether there is any intention to fix it.

Even after multiple updates, the issue still does not appear to have been resolved. Many users in the community have already reported this problem, so it is disappointing that it feels as though you are aware of the issue but have no intention of fixing it.

I would appreciate it if you could look into this matter seriously and provide a fix.

Steps to Reproduce

everytime

Screenshots / Screen Recordings

Operating System

Linux

Version Information

Version: 3.6.31 (user setup)
VS Code Extension API: 1.105.1
Commit: 81fcf2931d7687b4ff3f3017858d0c6dee7e2a60
Date: 2026-05-31T17:46:29.630Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
xterm.js: 6.1.0-beta.220
OS: Ubuntu 24.04

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, thanks for the report and the screenshot. I can see the chat input (Ask mode, Auto). Latin characters work fine there, and that matches a known IME issue on Linux where the first character won’t type into an empty field. We’ve seen similar reports from Korean users on IBus and Chinese users on fcitx5. I can’t share an ETA for a fix yet.

To narrow it down, can you tell me:

  • Which IME framework are you using, IBus, fcitx5, or something else?
  • Are you on X11 or Wayland?

For now, here’s a workaround that’s helped other users. Type any Latin character or a space first, then switch to the Korean IME. Not perfect, but it avoids having to copy paste from another app.

Related threads for context:

Let me know if the workaround helps.

Hi,

It’s IBUS and it happens on both X11 and wayland.

Do you have any solution for this?

────── 원본 메일 ──────

(attachments)

18657332401772005.png
18657332401772005.png

Thanks, that helps. It means the bug isn’t tied to a specific display server. We see the same thing with fcitx5 for Chinese users and with IBus.

We don’t have a full fix yet, and I can’t share an ETA. Right now there’s one working workaround: type any Latin character or a space into the empty field, then switch to the Korean input method. After that, typing works normally. It’s not perfect, but it avoids copying text from another app.

We’ve logged the issue on our side.