-
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
13 additions
and
5 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
d8bb856
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar issue with FilteringSelect and editOn: "dblclick": clicking the dropdown to select an option causes the editor to disappear, leaving the dropdown visible at the top left corner and the cell unchanged.
Easily reproducible in /test/editor_more_widgets.html