angular-ui/ui-grid
Scrollbar BUG: Scrollbar doesn't work in the after expand the subGrid
已关闭
#5,587 创建于 2016年7月27日
good first issue
仓库指标
- 星标
- (5,395 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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!