angular-ui/ui-grid

CellNav - multi cell selection gets cleared after scrolling

Open

#4 936 ouverte le 7 janv. 2016

Voir sur GitHub
 (0 commentaires) (1 réaction) (0 assignés)JavaScript (2 496 forks)batch import
help wanted

Métriques du dépôt

Stars
 (5 395 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Hi,

There is an issue with MultiSelectCells functionality of CellNav module. I can select multiple cells using CTRL + cell selection, however after scrolling the grid (up or down) the multi-selection gets cleared and only the first cell from the collection remains highlighted.

It can be reproduced in the CellNav tutorial: http://ui-grid.info/docs/#/tutorial/202_cellnav

  1. Select multiple cells using CTRL + selection
  2. Scroll the grid up/down
  3. Observe the selections disappearing.

Guide contributeur