You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: if you have some funky UI that goes beyond the screen (which
you are likely to have if you use the Overflow feature), this might result
in unexpected behavior. Please fill a bug if you hit that limitation.
That's from the changelog. I've run into this issue myself and will to describe the behavior I'm getting below:
Navigation Wrapping
Navigation wrapping behaves unexpectedly by only wrapping part-way to the beginning/end of the list.
For example, scroll down a list of 10 items, when you hit the end it will wrap to number 5 instead of to number 1.
Hidden Focusables Activated by Mouse
When moving the mouse outside the scrollable area, if it hits where a hidden focusable should be, that focusable is activated.
For example, I have a system that scrolls the active focusable into view. When you move the mouse to the top/bottom of the list, outside the focusable area, it will end up triggering every scrollable and scrolling all the way to the end of the list as each one moves under the mouse.
This might be solvable via bevy_mod_picking, but I haven't tried yet.
The text was updated successfully, but these errors were encountered:
Thank for reporting it! I'm glad someone reads the disclaimers 😅 I've been very busy lately. This is definitively on top of my priority list when I have some time to myself.
That's from the changelog. I've run into this issue myself and will to describe the behavior I'm getting below:
Navigation Wrapping
Navigation wrapping behaves unexpectedly by only wrapping part-way to the beginning/end of the list.
For example, scroll down a list of 10 items, when you hit the end it will wrap to number 5 instead of to number 1.
Hidden
Focusable
s Activated by MouseWhen moving the mouse outside the scrollable area, if it hits where a hidden focusable should be, that focusable is activated.
For example, I have a system that scrolls the active focusable into view. When you move the mouse to the top/bottom of the list, outside the focusable area, it will end up triggering every scrollable and scrolling all the way to the end of the list as each one moves under the mouse.
This might be solvable via
bevy_mod_picking
, but I haven't tried yet.The text was updated successfully, but these errors were encountered: