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
When using scrollToIndex with the auto scrollToAlignment, react-virtualized scrolls to the row without checking horizontal scrollbar height. This causes any scrollToIndex events at the bottom of the grid not to fully scroll rows into view as they are obscured by the horizontal scrollbar. This was discovered/tested in chrome.
When using scrollToIndex with the auto scrollToAlignment, react-virtualized scrolls to the row without checking horizontal scrollbar height. This causes any scrollToIndex events at the bottom of the grid not to fully scroll rows into view as they are obscured by the horizontal scrollbar. This was discovered/tested in chrome.
https://plnkr.co/edit/fe24AK90QAwzXOGA2ZvD?p=preview
The text was updated successfully, but these errors were encountered: