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

Double input with fcitx5 on chrome dev under some cases #1604

Open
CnTeng opened this issue Dec 11, 2024 · 1 comment
Open

Double input with fcitx5 on chrome dev under some cases #1604

CnTeng opened this issue Dec 11, 2024 · 1 comment

Comments

@CnTeng
Copy link

CnTeng commented Dec 11, 2024

This was happend for me in niri and cosmic.

Chrome which utilizes text-input-v3 has the issue of letters get doubly input for certain input boxes, even when no ime is in use (but no issues when the process of fcitx5 is being killed).

Related issue: YaLTeR/niri#620 (comment)
https://issues.chromium.org/issues/40113488#comment127

@merrkry
Copy link

merrkry commented Dec 11, 2024

I can reproduce this, and here's a tldr:

When having multiple chromium / electron (e.g. multiples windows from the same electron application) window running, every character typed will be repeated in current input focus field, as many times as the number of chromium/electron instance.

These chromium flags are used:

--enable-wayland-ime --wayland-text-input-version=3

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

No branches or pull requests

2 participants