Author: nbelaevski
Date: 2009-09-17 20:55:24 -0400 (Thu, 17 Sep 2009)
New Revision: 15617
Modified:
branches/community/3.3.X/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
Log:
https://jira.jboss.org/jira/browse/RF-7910
Modified:
branches/community/3.3.X/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
===================================================================
---
branches/community/3.3.X/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js 2009-09-18
00:38:27 UTC (rev 15616)
+++
branches/community/3.3.X/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js 2009-09-18
00:55:24 UTC (rev 15617)
@@ -321,8 +321,10 @@
}
} else {
if (!this.comboList.visible()) {
+ this.comboList.createDefaultList();
this.comboList.showWithDelay();
}
+
var item = this.comboList.findItemBySubstr(this.field.value);
if (item) {
this.comboList.doActiveItem(item);