SitePen / dgrid

A lightweight, mobile-ready, data-driven, modular grid widget designed for use with dstore
http://dgrid.io/
Other
628 stars 298 forks source link

Fix editor value being lost when window loses focus #1466

Closed msssk closed 4 years ago

msssk commented 4 years ago

Further testing related to #1311 revealed another problematic scenario which can be observed in test/Editor_more_widgets.html:

  1. Click a cell in the "Select Store" column
  2. Change the value in the select
  3. Activate a different application (causing the browser to lose focus)

Result: the edited cell reverts to its previous value and Grid.js throws an error in Grid#cell()

This change fixes the focus event handling for this scenario.