]
Nick Belaevski updated RF-4466:
-------------------------------
Assignee: (was: Vladimir Molotkov)
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
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: