Skip to content
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

Using right/down arrow keys to navigate with editOnFocus fails to emit END_CELL_EDIT #2807

Closed
axelstudios opened this issue Feb 18, 2015 · 4 comments

Comments

@axelstudios
Copy link

If you navigate using the right or down arrow keys, END_CELL_EDIT won't get emitted, and thus afterCellEdit won't get called. Watch the Last Cell Edited output on 309 after hitting right/down.

Pressing right/down only works successfully if the grid has to scroll to show the cell. Up/left/tab/enter all work as expected.

The problem is here: the blur event isn't happening for these keys, so stopEdit isn't getting called. And it's apparently been broken since November.

issue

@PaulL1 PaulL1 added this to the 3.0 milestone Mar 9, 2015
@PaulL1 PaulL1 self-assigned this Mar 9, 2015
@PaulL1
Copy link
Contributor

PaulL1 commented Mar 9, 2015

I also see that edit on focus isn't working if we have to scroll to show the cell - it works fine if no scroll event happens.

@swalters
Copy link
Contributor

should be fixed by #3120

@c0bra
Copy link
Contributor

c0bra commented Apr 16, 2015

This appears to be working. @axelstudios please file a new issue if you're still having problems

@c0bra c0bra closed this as completed Apr 16, 2015
@axelstudios
Copy link
Author

Sorry for the delay, this looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants