[richfaces-svn-commits] JBoss Rich Faces SVN: r6349 - trunk/sandbox/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Feb 26 08:50:20 EST 2008
Author: vmolotkov
Date: 2008-02-26 08:50:20 -0500 (Tue, 26 Feb 2008)
New Revision: 6349
Modified:
trunk/sandbox/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js
Log:
latest changes
Modified: trunk/sandbox/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js
===================================================================
--- trunk/sandbox/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js 2008-02-26 13:49:28 UTC (rev 6348)
+++ trunk/sandbox/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js 2008-02-26 13:50:20 UTC (rev 6349)
@@ -176,7 +176,8 @@
var inputSize = this.setInputWidth(textSize);
this.inplaceInput.className = this.classes.COMPONENT.EDITABLE;
- this.strut.style.width = this.inplaceInput.offsetWidth + "px";
+ this.tempValueKeeper.show();
+ this.strut.style.width = this.tempValueKeeper.offsetWidth + "px";
this.strut.show();
this.tempValueKeeper.show();
More information about the richfaces-svn-commits
mailing list