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

Impossible to position the cursor using mouse click when renaming nodes in tree #72765

Closed
TheRealSlander opened this issue Feb 5, 2023 · 4 comments · Fixed by #72785
Closed

Comments

@TheRealSlander
Copy link

TheRealSlander commented Feb 5, 2023

Godot version

4.0 beta 17

System information

Manjaro Linux (DE: Cinnamon v5.6.7) 64 bits

Issue description

First, I apologize if this is a duplicate, but I haven't found anything in the reported bugs corresponding to what I encounter.

When trying to rename a node from the tree using the mouse, it is not possible to position the caret (cursor) with the mouse as it cancels the editing. The video is more explicit about the problem: all I do in this video is clicking once on the node to access the editing of the node name. Then I try to click to position the caret somewhere but the edition is then closed.

In the video, no keyboard is involved, only using the mouse normally (but renaming using F2 leads to the same result).

Once again, this only occurs when Single Window Mode is enabled.

2023-02-05.17-49-25.mp4

Steps to reproduce

  • Activate the Single Window Mode
  • Create a node in the tree view and begin to rename it (F2 or mouse click)
  • Using mouse only, place the caret anywhere in the edit

Minimal reproduction project

N/A

@YuriSizov
Copy link
Contributor

cc @Sauermann perhaps this is in your neighborhood?

@YuriSizov YuriSizov added this to the 4.0 milestone Feb 5, 2023
@TheRealSlander
Copy link
Author

TheRealSlander commented Feb 5, 2023

I forgot to say I tested a previous version of Godot 4.0 (the beta 14) to be sure and the bug does not exist there...

@Sauermann
Copy link
Contributor

Can't reproduce this on Windows, but can confirm on Linux X11 Xfce.
Bisecting shows, that this got introduced in #70052.
So this is very likely an IME-issue which I know almost nothing about.

@YuriSizov
Copy link
Contributor

cc @bruvzg then :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants