-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
[WAIT FOR UPSTREAM] chromium windows in tabs don't well with fcitx5 #1115
Comments
What happens if you open two microsoft edge windows in two workspaces instead of two tabs, does it work right? |
@YaLTeR Sorry, I misunderstand it. The same problem appears in both situations. |
I'm gonna ask @kchibisov if he knows what's going on here (I have little clue about IME). Could you also try the same with Chromium? I suspect this might be a Chromium issue. There's something similar with popups: #1067 |
OK. It only happens on the same program. The problem can be reduced on two Chromiums. But it can't reduce on a Chromium tab and a edge tab. Well, another Chromium-only problem. |
You can post |
@kchibisov Actually. The problem is it is inputed into another window even if the ime window is here and I'm focusing on this window. |
Yeah, without |
https://gist.github.com/Bot-wxt1221/ca4d6684e7efae7fc90c9eebe567351c That's ungoogled-chromium. |
We can check if Chromium is wrongly using the Activated window state. You can try removing Line 3179 in 5246e2f
If it makes it work, then it's a Chromium bug where they use Activated state instead of keyboard focus. |
Yeah, from the log it looks like a chrome bug, since it draws both windows on commit for some reason. |
I will try YaLTeR's advice. If it is, consider add a workaround to process it correctly in chrome. |
They shouldn't use
you can see that both windows are clearly being redraw on |
@kchibisov Could you help to report the problem to google? I know few about ime and I can't explain the problem clearly. |
Try @YaLTeR patch, if it fixes it then you should just say that What niri does is not specific to niri, gnome does the same thing with workspaces. |
The problem was solved by that patch. By the way, will this patch break anything? |
Not really, it's a bit more actions in some cases and lower perf for some clients when you switch to them, since they will redraw their decorations. |
Thanks. Commented on the chromium issue. |
If I open two microsoft-edge in the same tab. First input in one then switch to another.
System Information
How can I upload a mkv?
output.mp4
To be honest, it is not a big problem. Konsole can't reduce this error.
The text was updated successfully, but these errors were encountered: