You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a bigger object (in my case 8k image) into the editor and zooming out, I lose the ability to navigate(pan/zoom) freely in the editor with the middle mouse button. I can move up and to the left, but not down or right. Once I reach the max top left position, the editor screen is locked(becomes unmovable).
2022-09-24-17-14-07.mp4
After playing a bit, I noticed all works well as long as there are scroll bars visible. Once I zoom out, so the entire scene is visible, the scroll bars disappear, and the problem starts. If I zoom in so the scroll bars are visible again, everything works again.
With Editor Setting -> Editor -> 2D -> Constrain Editor View disabled, the problem does not occur.
There must be some problem with the auto-limiter. After I scaled down the picture and cloned it several times, placing each one more to the bottom and to the right, the issue was the same, so it's not about the sprite size but something more general.
As you can see on the attached video, I've been able to pan a lot to the left and up, so probably that's the issue. Detection is skewed, stealing area from right and bottom, allowing panning more into empty left and top.
Steps to reproduce
Make sure Editor Setting -> Editor -> 2D -> Constrain Editor View is ENABLED
Place on the scene a large object(I had an 8k image), or alternatively a smaller object but put it as far in the right bottom quarter as you can.
While still on 100% zoom confirm you can pan over the entire image
zoom out until the scroll bars disappear (and a bit more just to be safe)
Now you should not be able to pan to the right and to the bottom
Pan to the left and up (you should be able to)
Once you reach the most top left position, you should not be able to move at all anymore.
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered:
Godot version
v4.0.beta1.official [20d6672]
System information
Windows 10
Issue description
When adding a bigger object (in my case 8k image) into the editor and zooming out, I lose the ability to navigate(pan/zoom) freely in the editor with the middle mouse button. I can move up and to the left, but not down or right. Once I reach the max top left position, the editor screen is locked(becomes unmovable).
2022-09-24-17-14-07.mp4
After playing a bit, I noticed all works well as long as there are scroll bars visible. Once I zoom out, so the entire scene is visible, the scroll bars disappear, and the problem starts. If I zoom in so the scroll bars are visible again, everything works again.
With Editor Setting -> Editor -> 2D -> Constrain Editor View disabled, the problem does not occur.
There must be some problem with the auto-limiter. After I scaled down the picture and cloned it several times, placing each one more to the bottom and to the right, the issue was the same, so it's not about the sprite size but something more general.
As you can see on the attached video, I've been able to pan a lot to the left and up, so probably that's the issue. Detection is skewed, stealing area from right and bottom, allowing panning more into empty left and top.
Steps to reproduce
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: