angular-ui/ui-grid

Weird behavior when scrolling in expandable grid

Open

#5,204 建立於 2016年3月9日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)JavaScript (2,496 fork)batch import
help wanted

倉庫指標

Star
 (5,395 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

This happens when some of the rows are expanded and I try to scroll down. The lower boundary of the rendering list moves up together and eventually moves out of view.

The behavior can be replicated in the ui-grid tutorial page.

  1. Go to http://ui-grid.info/docs/#/tutorial/216_expandable_grid
  2. Expand all on any demo grid at the bottom of the page.
  3. Scroll down

Screen shot before expand: capture

After expand and scrolling: capture2

Notice that it ends at row 18 while expanded but it's not the last item in the list.

貢獻者指南