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

Editor: fix editOn cell reverting to read state when widget dropdown is opened #1465

Closed msssk closed 4 years ago

msssk commented 4 years ago

If a cell has editOn: 'click' and dijit/form/Select as the editor, clicking the cell displays the Select, but clicking the Select to open the dropdown causes a blur which reverts the cell to the read state. This change ignores blur events from clicking within the dropdown.

Might fix #1311