Closed Seeyko closed 11 months ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had recent activity. If you believe that this is still an issue in the latest version, feel free to re-open it. Thank you for your contributions.
Describe the bug When using the method scrollToIfNecessary for scrolling down. If the row we are scrolling is in the viewport under the horizontal scrollbar it doesn't work because it use the row "top" pixels to calculate if it need to scrolls or not.
To Reproduce Steps to reproduce the behavior:
Expected behavior Use row bottom pixel as "bounds" to know if we need to scroll or not.
Additional context
We use bottom pixels only to show correctly the row:
We would need to use the bottom pixels in the bounds calculation too.