Search Issue Tracker
Not Reproducible
Votes
1
Found in
4.6.0b8
Issue ID
603473
Regression
No
Jerky/unresponsive scrolling in a ScrollView area with buttons
- Open attached project
- Open "SimpleView" scene
- Hit play
- Try to drag vertically down on the top most button (press on the top button and drag the mouse down)
- Observe the scrollview doesn't scroll
- Try to drag vertically down from the bottom area of the "panel" (with the white background but no buttons)
- Observe that scrolling is working perfectly
- Try to drag vertically down from the top most button
- Observe that the scroll position jumps to a different position as soon as the drag starts
Comments (3)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Wurstbeschleuniger
Jul 12, 2018 20:16
This is still the same in Unity 2018.1 ... As soon as you add a UI Button (because Unity is lacking a List component) to a ScrollView, Scrollbars break.
RyanMartin
Jan 31, 2018 17:43
I found that there is a BIG improvement when disabling "Raycast Target" checkbox for things that don't need any raycasting. That includes background images, text, etc. Make sure only the things that need user input have that box checked. (Buttons, scrollviews, sliders...)
Naphier
May 20, 2015 08:35
It appears scroll view is still blocked by child ui elements. This is really painful!
Scroll rect needs to intercept events first, not after.
There's a hack here:
http://forum.unity3d.com/threads/child-objects-blocking-scrollrect-from-scrolling.311555/
But that is far from ideal.
I wish Unity would address this. You can't even use the mouse wheel to scroll a view because the children will end up under the mouse and block scrolling!