-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Labels
bugSomething isn't workingSomething isn't working
Description
Provide a general summary of the issue here
After changes in #8715, keyboard navigation does not scroll collection's items into viewport if scroll on the body in Chrome browser.
π€ Expected Behavior?
Collection's items scroll into viewport.
π― Current Behavior
subj
π Possible Solution
| let scrollParents = getScrollParents(targetElement); |
let scrollParents = getScrollParents(targetElement);
if (!isScrollPrevented) {
scrollParent.push(root);
}π¦ Context
No response
π₯οΈ Steps to Reproduce
https://codesandbox.io/p/sandbox/xenodochial-dream-kdff5w
Screen.Recording.2025-10-06.at.17.23.22.mov
Version
react-aria-components@1.13.0
What browsers are you seeing the problem on?
Chrome
If other, please specify.
No response
What operating system are you using?
macos
π§’ Your Company/Team
No response
π· Tracking Issue
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working