-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editor: fix editOn cell reverting to read state when widget dropdown …
…is opened 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.
- Loading branch information
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters