angular-ui/ui-grid

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

Open

#6.601 geöffnet am 13. März 2018

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2.496 Forks)batch import
help wantedneeds: analysis

Repository-Metriken

Stars
 (5.395 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide