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 expanding a row to reveal a sub-grid, the scroll bar does not immediately update. It only updates after it is used to scroll up or down. This issue is problematic when expanding the last couple rows in the grid, you must first scroll up to reset the scroll bar, then scroll back down.
Unfortunately I'm on a Mac, so I can't check this to see if it's been recently fixed (I get no scroll bars). But @kevin-sage, have you seen this? Might be worth checking with your changes.
It's not fixed. Here's an example: http://plnkr.co/edit/Hept2UgXocjCdbZJYqhi?p=preview
Open the first two rows and scroll. It not only leaves a gap at the bottom - it also jumps at a certain point (you can try scrolling with the scroll buttons step by step to see the jump in action).
I believe the issue is the calculation of vertScrollPercentage (e.g. the new div is bigger due to the expanded row, but you calculate the rows height without including the expanded rows' heights). It's even more comlicated in my fork, since each expandable row has its own rowHeight.
When expanding a row to reveal a sub-grid, the scroll bar does not immediately update. It only updates after it is used to scroll up or down. This issue is problematic when expanding the last couple rows in the grid, you must first scroll up to reset the scroll bar, then scroll back down.
How to reproduce:
The text was updated successfully, but these errors were encountered: