-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fold DropDownTextBox mixin into ComboBox.
Having a separate DropDownTextBoxmixin was unnecessary, and surprisingly cost about 100 lines of code. Also removed onkeypresshandler from ComboBoxMenu, which seemed to be inert code, since focus is always on the ComboBox itself. Fixes #4487 git-svn-id: http://svn.dojotoolkit.org/src/dijit/trunk@10544 560b804f-0ae3-0310-86f3-f6aa0a117693
- Loading branch information
Showing
4 changed files
with
109 additions
and
220 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
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
Oops, something went wrong.