ScrollPositions
does not work on Node
with flex_direction
set to RowReverse
#17129
Labels
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Bug
An unexpected or incorrect behavior
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
Bevy version
v0.15
[Optional] Relevant system information
What you did
Created a
Node
withflex_direction
set toRowReverse
orColumnReverse
and scrolling enabled, updated the value of the offset inScrollPosition
.What went wrong
Offsets of
ScrollPosition
are clamped to0, 0
as if already scrolled to the end, when trying to scroll either way.Additional information
The text was updated successfully, but these errors were encountered: