angular-ui/ui-grid

Fixes issue of eventOrigin not getting passed to begin edit when edit mode is triggered by cellNav

Open

#5 799 ouverte le 9 nov. 2016

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)JavaScript (2 496 forks)batch import
good first issue

Métriques du dépôt

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

Description

Fixes an issue where when ALL FEATURES are applied to grid and enableCellEditOnFocus is set to true the edit event would not pass the event to the beginEdit method causing issues with custom editors that rely on the type of event that triggered the cell into edit mode.

Take a look at the comments in the ui-custom-editor.js file.

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

Guide contributeur