-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
A-TextRendering and layout for charactersRendering and layout for charactersA-UIGraphical user interfaces, styles, layouts, and widgetsGraphical user interfaces, styles, layouts, and widgetsC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorP-RegressionFunctionality that used to work but no longer does. Add a test for this!Functionality that used to work but no longer does. Add a test for this!S-Needs-InvestigationThis issue requires detective work to figure out what's going wrongThis issue requires detective work to figure out what's going wrong
Milestone
Description
Bevy version and features
bevy 0.18.0 (ui, picking)
What you did
Tried to use scrollareas that contain text.
See attached video:
picking_issue-2026-01-14_15.36.10.mov
What went wrong
Scrolled scrollarea clipped content interferes with original content in bevy_picking logic.
Additional information
Theory: This may be caused by the new text picking behaviour. Because, as shown in video, when cursor sometimes moves between text lines, it shines through to lower elements in "picking".
For reproduction: bevy_immediate demo contains these scrollareas. They are implemented using plain bevy_ui logic and behaviour should be reproducable in bevy scrollbar examples.
Metadata
Metadata
Assignees
Labels
A-TextRendering and layout for charactersRendering and layout for charactersA-UIGraphical user interfaces, styles, layouts, and widgetsGraphical user interfaces, styles, layouts, and widgetsC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorP-RegressionFunctionality that used to work but no longer does. Add a test for this!Functionality that used to work but no longer does. Add a test for this!S-Needs-InvestigationThis issue requires detective work to figure out what's going wrongThis issue requires detective work to figure out what's going wrong