godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
89.15k stars 20.21k forks source link

The tile atlas editor lacks scrollbars #57139

Open maranr opened 2 years ago

maranr commented 2 years ago

Godot version

4.0 alpha 1

System information

Windows 10

Issue description

I can't select the scroll bars to scroll when zoomed in on a Tile Map so I can select an area above the visible area. There seems to be a scroll handle between the divider but whenever I try and select it, all I get is the resize window selector. The video here shows how I can't select the scroll bar and I am not sure there is any keyboard way to get to the top or the bottom.

https://user-images.githubusercontent.com/31901090/150838271-59555e89-9588-42b1-901c-2f01469a12de.mp4

Steps to reproduce

Create a Tile Map Add an image Zoom in on it Try and scroll to the top.

Minimal reproduction project

No response

KoBeWi commented 2 years ago

There is no scroll bar, either drag the view with RMB/MMB or use Ctrl + Wheel to scroll.

maranr commented 2 years ago

There is no scroll bar, either drag the view with RMB/MMB or use Ctrl + Wheel to scroll.

Thanks. I didn't know you could do that or that this was the convention used here. However, you can see an indicator in the side which I assumed was a scroll bar of some sort. It wasn't clear how to scroll and move around the screen especially since Godot 3x has scroll bars in these types of windows. I think to make it user friendly for new users, there should be a vertical and horizontal scroll bar like many other programs when an image is zoomed and in as in earlier versions of Godot.