godot icon indicating copy to clipboard operation
godot copied to clipboard

some operations in subresource of inspector will cause unexpected scroll behavior

Open snougo opened this issue 1 year ago • 3 comments
trafficstars

Tested versions

reproducible in 4.3 dev1/dev2/dev3/dev4/dev5/dev6/beta1

System information

MacOS 14.5 Vulkan Forward+

Issue description

if you take some operations (like check or uncheck, select item from item list) in subresource of inspector, it will automatically make value of inspector scrollbar back to very close to top

before beta1(I mean dev1/dev2/dev3/dev4/dev5/dev6), directly take some operations in resource file inspector will also automatically make value of inspector scrollbar back to very close to top

https://github.com/godotengine/godot/assets/64188282/20dbd191-15dd-4167-8173-55de5507aef5

beta1

https://github.com/godotengine/godot/assets/64188282/38bcd055-95bd-4d5a-8ee2-1a0d2b07e036

Steps to reproduce

open editor settings find "Disable Folding" setting and check it test it

Minimal reproduction project (MRP)

godot43b1.zip

snougo avatar Jun 01 '24 17:06 snougo

Similar to:

  • https://github.com/godotengine/godot/issues/91287

Might be that subresources weren't fixed with that

AThousandShips avatar Jun 01 '24 17:06 AThousandShips

Still reproducible in 4.3 beta 2

snougo avatar Jun 22 '24 17:06 snougo

still reproduce in Godot 4.3 rc1

snougo avatar Jul 27 '24 10:07 snougo

Can you test in latest dev? I can't repro.

QbieShay avatar Nov 15 '24 19:11 QbieShay

Can you test in latest dev? I can't repro.

~~you are right, somehow this issue has be fixed in 4.4 dev4~~ my bad, after expanding a subresource in inspector, this issue still be there, so it's not fixed

snougo avatar Nov 16 '24 05:11 snougo

Still happens in 4.4.1. I've noticed it works fine when the inspector is made floating. This is really annoying, I'd appreciate if someone could take a closer look at this.

kpietraszko avatar May 03 '25 16:05 kpietraszko