angular-ui/ui-grid

Bug: Updating grid data array while in cell edit mode results in incorrect cell being edited

Fermée

#6 601 ouverte le 13 mars 2018

 (0 commentaire) (0 réaction) (0 personne assignée)JavaScript (2 496 forks)batch import
help wantedneeds: analysis

Métriques du dépôt

Stars
 (5 395 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

What's wrong:
When user is editing a cell and the underlying grid data array is updated by adding or removing rows, the edit mode is shifted to incorrect cell.

How to repeat:
See Plunker

Expected behavior:
a: Stop edit mode when number of rows is changed while a cell is in edit mode.
(potentially easier to implement(?), but not ideal UX) b: Keep edit mode on correct cell.

Guide contributeur