I installed Ubuntu 40, and I tried to reproduce this bug with Firefox which is pre-installed. However, I couldn't reproduce this bug. I see the expected result in `<input>`.
Wises Keshom: Did you customize your keyboard settings or IME settings? What would you see if you start Firefox with `MOZ_LOG=IMEHandler:4,sync`? In my environment, I get:
```
[Parent 5276: Main Thread]: I/IMEHandler 0x7f6ce53211c0 Init(), mOwnerWindow=7f6cd924ce00, mContext=7f6cd92d5720 (im="wayland"), mIsIMInAsyncKeyHandlingMode=false, mIsKeySnooped=true, mSimpleContext=0, mDummyContext=7f6cd92d5800, gtk_im_multicontext_get_context_id()="wayland", PR_GetEnv("XMODIFIERS")="@im=ibus"
```
in the terminal. I installed the default language as Japanese. So the IME related settings may be different from yours.
Bug 1905481 Comment 6 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I installed Fedora 40, and I tried to reproduce this bug with Firefox which is pre-installed. However, I couldn't reproduce this bug. I see the expected result in `<input>`.
Wises Keshom: Did you customize your keyboard settings or IME settings? What would you see if you start Firefox with `MOZ_LOG=IMEHandler:4,sync`? In my environment, I get:
```
[Parent 5276: Main Thread]: I/IMEHandler 0x7f6ce53211c0 Init(), mOwnerWindow=7f6cd924ce00, mContext=7f6cd92d5720 (im="wayland"), mIsIMInAsyncKeyHandlingMode=false, mIsKeySnooped=true, mSimpleContext=0, mDummyContext=7f6cd92d5800, gtk_im_multicontext_get_context_id()="wayland", PR_GetEnv("XMODIFIERS")="@im=ibus"
```
in the terminal. I installed the default language as Japanese. So the IME related settings may be different from yours.