angular-ui/ui-grid
Scrollbar BUG: Scrollbar doesn't work in the after expand the subGrid
クローズ
#5,587 opened on 2016/07/27
good first issue
Repository metrics
- Stars
- (5,395 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
I'm using UI-Grid to create subGrid and I need to retrieve data after expand. However, the scrollbar never work correctly after expand the row!
To reproduce this bug, go to this page: http://ui-grid.info/docs/#/tutorial/216_expandable_grid
You can reproduced this issue with any subgrid demo Use the "Retrieve data for subGrid when expanding" demo is easier to see it
Reproduce steps:
- Expand any row
- Then scroll to the very bottom.
- Scroll up and down a bit
- The grid become completely useless now
Here is how it looks like

For my own case, it works even worse!