angular-ui/ui-grid
Vedi su GitHubFixes issue of eventOrigin not getting passed to begin edit when edit mode is triggered by cellNav
Open
#5799 aperta il 9 nov 2016
good first issue
Metriche repository
- Star
- (5395 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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.