Author: vmolotkov
Date: 2008-03-21 09:20:24 -0400 (Fri, 21 Mar 2008)
New Revision: 7045
Modified:
trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
Log:
http://jira.jboss.com/jira/browse/RF-2655
Modified:
trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
===================================================================
---
trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js 2008-03-21
12:29:59 UTC (rev 7044)
+++
trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js 2008-03-21
13:20:24 UTC (rev 7045)
@@ -183,6 +183,7 @@
this.comboList.moveActiveItem(event);
break;
case Event.KEY_ESC :
+ this.field.value = this.field.value; //field must lose focus
this.comboList.hideWithDelay();
break;
}