[richfaces-svn-commits] JBoss Rich Faces SVN: r6457 - trunk/sandbox/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Feb 29 10:12:25 EST 2008
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();*/
More information about the richfaces-svn-commits
mailing list