angular-ui/ui-grid
GitHub で見るrow edit with uneditable cell doesn't fire save event...
Open
#3,542 opened on 2015年5月20日
grid-row-edithelp wantedtype: bug
Repository metrics
- Stars
- (5,395 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
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?