angular-ui/ui-grid

Scrollbar BUG: Scrollbar doesn't work in the after expand the subGrid

Open

#5,587 建立於 2016年7月27日

在 GitHub 查看
 (10 留言) (0 反應) (0 負責人)JavaScript (2,496 fork)batch import
good first issue

倉庫指標

Star
 (5,395 star)
PR 合併指標
 (30 天內沒有已合併 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:

  1. Expand any row
  2. Then scroll to the very bottom.
  3. Scroll up and down a bit
  4. The grid become completely useless now

Here is how it looks like 2016-07-27_1252

For my own case, it works even worse!

subgrid

貢獻者指南