Daijiro Fukuda

Results 519 comments of Daijiro Fukuda

Sorry, I had to recreate the PR #2117. Let us continue working here.

> Remaining issues > * X11: Some keys (arrow, Enter, BackSpace, ...) are passed to applications during preediting This is caused by `_glfwInputKey` being called even if the result of...

> Remaining issues > * The candidate window doesn't display correctly with fullscreen mode About the fullscreen issue on X11: Changing `NET_WM_BYPASS_COMPOSITOR` value to `2` from `1` solves this issue...

> Remaining issues > * The candidate window doesn't display correctly with fullscreen mode About the fullscreen issue on Windows and macOS: It seems to be caused by the way...

> > Remaining issues > > > > * X11: Some keys (arrow, Enter, BackSpace, ...) are passed to applications during preediting > > This is caused by `_glfwInputKey` being...

We would like to separate the fullscreen-IM-support from this PR. (Wayland-support too). So all work on this PR is completed now.

I have rebased to the latest mater.

Thank you so much for your review in advance!

I would like to continue this fix with #2117. I have already contacted Mr. @shibukawa .

I have confirmed the same phenomenon on Ubuntu 20.04 LTS, X11, ibus. We can use `#define NK_KEYSTATE_BASED_INPUT` as a workaround, but this disables key-repeat. We can easily reproduce this in...