angular-ui/ui-grid

Scrolling editable rows with down arrow triggers change event with wrong cell values

Open

#6298 aperta il 6 lug 2017

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (2496 fork)batch import
good first issue

Metriche repository

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

Descrizione

The example below is originally from the tutorials. Browser is Chrome.

  1. plunkr
  2. select any name
  3. Edit mode is on
  4. now press and hold the down arrow until the grid starts scrolling.
  5. you will now see the details of the last cell changed in the 'last cell edited' field. Although i have not changed anything.

The change should trigger only when the old/new values of the cell has changed. I am simply skipping the 'afterCellEdit' event when the new/old values are the same.

Guida contributor