angular-ui/ui-grid

isStartEditKey twice with different keycodes

Open

#5,035 opened on Jan 27, 2016

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (5,395 stars) (2,496 forks)batch import
help wantedneeds: analysis

Description

When i decorate the isStartEditKey function of uiGridEditService the function is called twice with two different keycodes. Maybe when i hit "t" i receive two keycodes, 84 first an then 116.

http://plnkr.co/edit/a14yxA?p=preview

Contributor guide

isStartEditKey twice with different keycodes · angular-ui/ui-grid#5035 | Good First Issue