angular-ui/ui-grid

Basic Issue: enableCellEditOnFocus only works every other time, even in Tutorial

Open

#6 893 ouverte le 19 nov. 2018

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)JavaScript (2 496 forks)batch import
help wantedneeds: analysis

Métriques du dépôt

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

Description

When using enableCellEditOnFocus, it only works every other click.

Here is a modified Plunkr of Tutorial: 201 Edit Feature: http://plnkr.co/edit/KkrTaTQJGtgQGsc6WrB3?p=preview

Click on a cell in the Name column: you can edit it. Click on another cell in the Name column: it just selects the cell, does not bring up an editor. Repeat.

This problem was introduced in v4.0.8. It's quite a severe problem, apparently rendering enableCellEditOnFocus somewhat unusable. I hope this can be fixed: otherwise I can't take any of the many improvements since then.

Guide contributeur