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.
If a cell has
editOn: 'click'
anddijit/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