### 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 https://github.com/adobe/react-spectrum/blob/76e8dd1c502ab7d5e9ce2edf413049ce2d20e95c/packages/%40react-aria/utils/src/scrollIntoView.ts#L152 ```js let scrollParents = getScrollParents(targetElement); if (!isScrollPrevented) { scrollParent.push(root); } ``` ### 🔦 Context _No response_ ### 🖥️ Steps to Reproduce https://codesandbox.io/p/sandbox/xenodochial-dream-kdff5w https://github.com/user-attachments/assets/67b62f13-8db6-4823-a623-fd6c83bb49fb ### 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_
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
react-spectrum/packages/@react-aria/utils/src/scrollIntoView.ts
Line 152 in 76e8dd1
🔦 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