Author: vmolotkov
Date: 2008-02-29 10:12:25 -0500 (Fri, 29 Feb 2008)
New Revision: 6457
Modified:
trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
Log:
showControls corrected
Modified:
trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
===================================================================
---
trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2008-02-29
15:03:25 UTC (rev 6456)
+++
trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2008-02-29
15:12:25 UTC (rev 6457)
@@ -43,6 +43,9 @@
if (!this.comboList.isList || this.clickOnBar) {
this.comboList.hideWithDelay();
}
+ if (this.attributes.showControls) {
+ this.inputProcessing();
+ }
this.comboList.isList = false;
/*this.comboList.hideWithDelay();*/
Show replies by date