[
https://jira.jboss.org/jira/browse/RF-4466?page=com.atlassian.jira.plugin...
]
Vladimir Molotkov updated RF-4466:
----------------------------------
Fix Version/s: Future
(was: 3.3.0)
Description:
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
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
Assignee: Vladimir Molotkov
Priority: Minor
Fix For: Future
Original Estimate: 3 hours
Remaining Estimate: 3 hours
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