[
https://issues.apache.org/jira/browse/WICKET-6067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15091251#comment-15091251
]
ASF subversion and git services commented on WICKET-6067:
---------------------------------------------------------
Commit 55b4cc93757242d660b8f18af274287d50defda1 in wicket's branch
refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=55b4cc9 ]
WICKET-6067 Provide an Ajax Behavior that prevents form submit on ENTER
Simplify the test and fix its assertion message
> Provide an Ajax Behavior that prevents form submit on ENTER
> -----------------------------------------------------------
>
> Key: WICKET-6067
> URL: https://issues.apache.org/jira/browse/WICKET-6067
> Project: Wicket
> Issue Type: Wish
> Components: wicket
> Affects Versions: 7.1.0
> Reporter: Martin Grigorov
> Assignee: Martin Grigorov
> Priority: Minor
> Fix For: 7.3.0, 8.0.0-M1
>
>
> By default when the user presses ENTER key while in a HTML form element the
> browser will submit the form.
> Sometimes this is not desired and the application wants to prevents the
> submit event.
> There are questions in StackOverflow [1] and in Wicket JIRA [2] how to do
> this.
> I think it is a common problem and Wicket should provide an AjaxBehavior or
> AjaxCallListener instead of every application to create its own.
> 1.
> http://stackoverflow.com/questions/19728494/wicket-preventing-form-submission-by-a-textfield-within-a-wizard-step
> 2. https://issues.apache.org/jira/browse/WICKET-4499
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)