GUI elements in a ScrollingFrame with a UIListLayout do not have their AbsolutePosition updated whenever the GUI element leaves the clipping region of the ScrollingFrame. GUI elements are, however, still rendered properly.
I expect the AbsolutePosition property to accurately represent the GUI’s position regardless of if the GUI is actually visible on the screen. I expect that a GUI element at the bottom of the list to have an AbsolutePosition that reflects being at the bottom of the list. I expect that GUI AbsolutePositions would be the same as if the UIListLayout was not present and the GUIs were manually positioned into the same location visually.
This bug is happening every time for me on WWW/production. This bug seems to have started very recently.
Repro:
The list on the left is the actual ScrollingFrame + UIListLayout. The list on the right are GUIs tied to the Y axis of the AbsolutePosition property of GUIs on the left.
UIListLayoutAbsolutePositionBugRepro.rbxl (17.6 KB)
This bug only occurs if the UIListLayout is present. I have set up the GUIs so that you can delete the UIListLayout and the GUIs will retain their position. If the UIListLayout is deleted, this bug no longer occurs.