Closed msssk closed 4 years ago
Further testing related to #1311 revealed another problematic scenario which can be observed in test/Editor_more_widgets.html:
test/Editor_more_widgets.html
Result: the edited cell reverts to its previous value and Grid.js throws an error in Grid#cell()
Grid.js
Grid#cell()
This change fixes the focus event handling for this scenario.
Further testing related to #1311 revealed another problematic scenario which can be observed in
test/Editor_more_widgets.html
:Result: the edited cell reverts to its previous value and
Grid.js
throws an error inGrid#cell()
This change fixes the focus event handling for this scenario.