angular-ui/ui-grid

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

Open

#5,799 创建于 2016年11月9日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (5,395 star) (2,496 fork)batch import
good first issue

描述

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

贡献者指南