[
https://jira.jboss.org/jira/browse/RF-4466?page=com.atlassian.jira.plugin...
]
Erik Brink commented on RF-4466:
--------------------------------
I'm watching this issue for a few months now. For us this is not a wish but a bug
because we created a form with input controls and we want to give a user the ability to
navigate through the form using the keyboard using the enter-key. Right now we can not use
this control in our application because of this issue. For us it is a very usefull control
and we can not wait to release it in your application
Can this issue be taken up in the next version?
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