-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WICKET-7140 fix for textarea submit on enter (now ctrl+enter) (#1076)
* WICKET-7140 fix for textarea submit on enter if form.defaultButton is set (now submits on CTRL+enter for textarea) * WICKET-7140 indentation fix * WICKET-7140 improvement for textarea and contenteditable * WICKET-7140 form default submit js moved out to separate file, default handling for textarea/contenteditable is NONE (no action) * WICKET-7140 build fix * upgraded resource optimizer javascript language level from ecmascript_3 to ecmascript_2015 * WICKET-7140 changed var/let variable definitions to const * WICKET-7140 minor improvements in examples * WICKET-7140 simplified JS and embedded, textarea/contenteditable not handled at all * WICKET-7140 fixed tests * WICKET-7140 JS language version moved back to ES 3 (default)
- Loading branch information
Showing
8 changed files
with
76 additions
and
13 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
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
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