When two scrolling frames are nested, the inner one no longer reacts to scrolling at all

Nested scrolling frames no longer work. In my case, the outer scrolling frame is set such that the canvas has a height of “scale = 1”, so the outer scrolling frame has no scroll bar at all. So in that scrolling frame, scrolling isn’t possible. The inner scrolling frame, however, has a canvas larger than the container, so a scrollbar appears for the inner scrolling frame. However, scrolling there does no longer work (either by dragging or by using the scroll wheel).
Expected behavior is that the scroll operation simply gets handled by the inner scrolling frame, which used to happen.

Repro file: NestedScrollers.rbxl (13.2 KB)

fe075edef5892d4a7cde419a7d4b103752d6e412.png

OS: Win 7

This started happening somewhere between one and two weeks ago, to my knowledge.

1 Like

Maybe related to scrollframes not working inside a UIPageLayout

Any status on this? I’d appreciate a fix for this a lot as I currently rely on nested scrolling frames working the way they used to.