The beforeKeyDown and afterKeyDown events of the grid have bugs

https://snippet.dhtmlx.com/l5fzm49r

When loading the combobox in the grid cell, monitor the beforeKeyDown and afterKeyDown events. Near invalid
Enter a in combobox, enter Enter, and then try again

Double click the first row of the first column to enter the editing status of combobox
Enter a and Enter in the combobox. The event is not triggered.
Then try again. Occasionally, during multiple loads

Hello @liudian,

Thank you for the detailed description of the issue.
Likely the mentioned behavior relates not to the beforeKeyDown/afterKeyDown events, but to the “popups” that should “show” event name, but got disappeared because other event fires.

I tried to reproduce the issue in a more consistent demo:
https://snippet.dhtmlx.com/97u5yfma

And both event seems to fire correctly on multiple tries:

The same will happen if you add the console.log to your demo:
https://snippet.dhtmlx.com/ddfxa4gg

Kind regards,

My goal is to monitor the afterKeyDown event in the editing state of the combobox in the cells of the grid.
After filtering options by entering a character, press enter again to fill in the value of the first option in the list into the cell and end the editing state of the cell.
I cannot obtain the afterKeyDown event for the combobox control