Author: vmolotkov
Date: 2008-08-20 15:03:47 -0400 (Wed, 20 Aug 2008)
New Revision: 10151
Modified:
trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
Log:
https://jira.jboss.org/jira/browse/RF-4232
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-08-20
17:16:59 UTC (rev 10150)
+++
trunk/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js 2008-08-20
19:03:47 UTC (rev 10151)
@@ -398,6 +398,9 @@
* user's JavaScript API
*/
showList : function() {
+ if (this.isDisabled) {
+ return;
+ }
this.field.focus();
this.buttonClickHandler();
//this.comboList.isList = false;