Skip to content

Fixes issue #5799, eventOrigin not getting passed to begin edit when edit mode is triggered by cellNav #5797

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 16, 2016

Conversation

jedancona
Copy link

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.

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.
@dlgski
Copy link
Contributor

dlgski commented Nov 9, 2016

Hi @jedancona can you reference the issue as part of your PR description? plunkers are helpful as well

@jedancona
Copy link
Author

The plunker below demonstrates the issue that this PR fixes. Take a look at the comments in the ui-custom-editor.js file.

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

@jedancona jedancona changed the title Pass the eventOrigin from cell nav to grid edit Fixes issue of eventOrigin not getting passed to begin edit when edit mode is triggered by cellNav Nov 9, 2016
@jedancona jedancona changed the title Fixes issue of eventOrigin not getting passed to begin edit when edit mode is triggered by cellNav Fixes issue #5799, eventOrigin not getting passed to begin edit when edit mode is triggered by cellNav Nov 9, 2016
@mportuga mportuga merged commit a3dc3b7 into angular-ui:master Nov 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants