angular-ui/ui-grid

Pagination footer Conflicts with Cell nav. Hides focused cell

已關閉

#3,761 建立於 2015年6月11日

 (0 則留言) (0 個反應) (1 位負責人)JavaScript (2,496 個分叉)batch import
grid-cellNavgrid-paginationhelp wantedtype: bug

倉庫指標

星標
 (5,395 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

When you have page navigation and cell nav enabled and you use keyboard nav to navigate to the bottom of the grid the focused cell falls below the bottom of the grid.

Additionally, you can't see the last item in the list without scrolling.

To reproduce:

  1. Click on a cell inside the grid.
  2. Use the arrow keys to navigate to the bottom.
  3. Watch focused cell disappear behind the page nav footer.

Mandatory Example: http://plnkr.co/edit/O8dDgwGpDFXxawBYxt8L?p=preview

貢獻者指南