angular-ui/ui-grid
Voir sur GitHubrow edit with uneditable cell doesn't fire save event...
Open
#3 542 ouverte le 20 mai 2015
grid-row-edithelp wantedtype: bug
Métriques du dépôt
- Stars
- (5 395 stars)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
Hello again,
Please see this plnkr:
http://plnkr.co/edit/Oj0IeJubS7biWf9bhgVI?p=preview
Take a look at the first grid:
- Press the add row button.
- Edit the name and press tab
- Edit the gender and press tab
- Edit the age and press tab
- Notice that the grid saves the data...
Repeat the same steps in the second grid... The only difference is that the "age" column is not editable. Notice that the row save event doesn't fire after tabbing away from the bottom/rightmost cell if it's not editable.
I've tried this same code inserting the by inserting the blank item at the top and it works in both cases...
Am I doing something incorrectly here or is this a bug?