-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
Scroll wrap in 2D editor sometimes doesn't work #92634
Comments
I can't reproduce this problem @KoBeWi 0601.2.mp4Godot v4.3.beta1 - Windows 10.0.19045 - Vulkan (Forward+) - dedicated Radeon RX 560 Series (Advanced Micro Devices, Inc.; 31.0.14001.45012) - Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz (4 Threads) |
Suddenly it's fixed, idk |
I have this issue again. Seems like it doesn't happen consistently, so I guess it's less priority. But it wasn't happening before 🤔 |
@KoBeWi Try to recreate this error on an empty scene, like in my video above, maybe it depends on the structure of the scene, between nodes |
It doesn't, I had this occur and not occur in the same scene. Though in each case when this happened a TileMapLayer was on the scene, idk if it's related. |
After a bit of investigation, it appears that the issue is project-specific. No idea what causes it, but it happens in any scene (even empty) in a specific project. |
It's #92304 |
Reopening, because I'm still seeing it on master. It wasn't that issue in the end. |
This might be related to some more broad window input/focus issues. Aside from wrap not working, the 3D editor freelook is broken and script editor will always show caret even when the window is unfocused. I still don't know what causes it. Broken freelook: godot_icC8q63JID.mp4Mouse disappears when I right-click, but mouse movement is ignored. Script editor bug: x8ctfexF1r.mp4The caret should disappear when window is unfocused, however the editor continues to update. |
Tested versions
4.3 beta1 broken
4.3 dev6 works
System information
Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 31.0.15.4633) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads)
Issue description
The cursor doesn't wrap around the edges.
godot_Q3sCCwg2Eg.mp4
Not sure what causes it, it doesn't always happen.
Steps to reproduce
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: