[ 
https://jira.jboss.org/jira/browse/RF-4466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12460922#action_12460922
 ] 

Nick Belaevski commented on RF-4466:
------------------------------------

Probably. Looks like a great amount of work required to fix this particular 
minor issue. You can try workaround: catch enter inside control and submit form 
by JS or just remove Event.stop() call and rebuild RF from sources

> ComboBox: The onkeydown event doesn't work when pressing enter (the component 
> catches the enter key itself, but forgets to pass it on). 
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-4466
>                 URL: https://jira.jboss.org/jira/browse/RF-4466
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>            Reporter: Anton Belevich
>            Priority: Minor
>             Fix For: Future
>
>
> This code stops event:
> fieldKeyDownHandler : function(event) {
>               switch (event.keyCode) {
>                       case Event.KEY_RETURN : 
>                               this.setValue(true);
>                               this.comboList.hideWithDelay();
>                               Event.stop(event);
>                               break;
>  It is necessary for a cancelling of sending form at selecting item

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to