angular-ui/ui-grid

Pagination footer Conflicts with Cell nav. Hides focused cell

Open

#3761 aperta il 11 giu 2015

Vedi su GitHub
 (0 commenti) (0 reazioni) (1 assegnatario)JavaScript (2496 fork)batch import
grid-cellNavgrid-paginationhelp wantedtype: bug

Metriche repository

Star
 (5395 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor