-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Bevy Feathers Slider assumes always Horizontal but bevy Widget Slider Assumes bigger axis #23294
Copy link
Copy link
Closed
Labels
A-UIGraphical user interfaces, styles, layouts, and widgetsGraphical user interfaces, styles, layouts, and widgetsC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examplesS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!X-UncontroversialThis work is generally agreed uponThis work is generally agreed upon
Metadata
Metadata
Assignees
Labels
A-UIGraphical user interfaces, styles, layouts, and widgetsGraphical user interfaces, styles, layouts, and widgetsC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examplesS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!X-UncontroversialThis work is generally agreed uponThis work is generally agreed upon
Type
Projects
Status
Done
Bevy version and features
What you did
If you make a slider using Bevy features It will assume the slider is left to Right.
If the slider is taller than it is wide, bevy ui widgets will assume the slider is Top to bottom.
This is very confusing when the gradient and <-> cursor imply it is left to right, but its actualty top to bottom.
If you add more sliders/widgets so it is wider than it is tall, it works as expected.
What went wrong
The Visual elements are mismatched to the actual behaviour that would be expected.
Additional information
2026-03-10.15-56-45.mp4