0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript2,496 forks (2,496 forks)batch import
help wantedneeds: analysis
Repository metrics
- Stars
- 5,395 stars (5,395 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
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
- Research direction
- Inspect the isStartEditKey function in uiGridEditService and trace the keydown event handler to understand why it fires twice with different keycodes.
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Prerequisites
- JavaScript