You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Mitesh Patel (JIRA)" <ji...@apache.org> on 2013/02/27 22:13:13 UTC

[jira] [Commented] (WICKET-4857) AutoCompleteTextFields submits Form if a choice is selected via enter-key

    [ https://issues.apache.org/jira/browse/WICKET-4857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13588764#comment-13588764 ] 

Mitesh Patel commented on WICKET-4857:
--------------------------------------

Encounter this bug recently and I am using Wicket 6.6.0.  I can reproduce this in 6.6.0.  

Tested Marcel's both quickstart with 6.3.0 and 6.6.0. 

Noticed  for 6.3.0 and 6.6.0:- 
 
 1)  Selecting AutoCompleteTextFields via enter-key fill input box with selected item and it do not submits( AjaxButton's onSubmit method is called) form but cursor focus is in same input box and now if you press enter-key it submit form

 2) Click in AutoCompleteTextFields and just press enter-key still submits form.   

 3) For TextField enter-key press,  form is still getting submitted 

I apologizes if this is not place for above comment as this issue is already closed or these use cases are not valid for this issue    
                
> AutoCompleteTextFields submits Form if a choice is selected via enter-key
> -------------------------------------------------------------------------
>
>                 Key: WICKET-4857
>                 URL: https://issues.apache.org/jira/browse/WICKET-4857
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 6.0.0, 6.1.0, 6.1.1, 6.2.0
>            Reporter: Marcel Hoerr
>            Assignee: Martin Grigorov
>             Fix For: 6.3.0
>
>         Attachments: myproject-1.5.zip, myproject-6.2.0.zip
>
>
> I am not quite sure if this is really a bug, but the behaivor of wicket 1.5 and wicket 6 differs in the following situation:
> In wicket 1.5 a user could select a choice in an AutoCompleteTextField via the enter-key and the underlying Form was not submitted.
> In wicket 6 however the Form gets submitted in that case.
> Note: the behaivor is in both versions identical (aka no form submit) if no button is added to the form. Thus in both versions the Form is not submitted if the user selects a choice via mouse-click.
> While in some use cases it is useful that hitting the enter-key in TextFields submits the form - e.g. in a search panel, in this particular use case the form should not be submitted. Or at least, there should be a (built in) hook to prevent this behaivor.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira