Closed
Description
Provide a general summary of the issue here
When using TableView with overflowMode="wrap" and async list for pagination there is a scroll bar glitch where you are unable to scroll to the bottom of the list (it will bounce back to the top of the list).
🤔 Expected Behavior?
The scroll bar should work smoothly like when overflowMode="truncate", or when overflowMode="wrap" but not text needs to be wrapped so the rows are all the same height
😯 Current Behavior
This issue for our specific use case with a custom table component is reproduced in this sandbox: https://codesandbox.io/p/sandbox/nostalgic-grass-hz7pgt but a more simple example is here: https://codesandbox.io/p/sandbox/lucid-parm-rhyz5n
💁 Possible Solution
seems like there is some virtualizer issue
🔦 Context
No response
🖥️ Steps to Reproduce
- Create TableView component with overflowMode="wrap"
- Populate row data using async list calling api with pagination (with data that actually needs to be wrapped otherwise the issue won't be able to be reproduced)
- Scroll to bottom of list, scrolling faster usually emphasizes the issue
Version
3.41.0
What browsers are you seeing the problem on?
Chrome
If other, please specify.
No response
What operating system are you using?
Mac
🧢 Your Company/Team
Adobe - Finance
🕷 Tracking Issue
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
✅ Done