Author: abelevich
Date: 2008-02-18 07:57:59 -0500 (Mon, 18 Feb 2008)
New Revision: 6132
Modified:
trunk/sandbox/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js
Log:
bar panel calculate height
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-18
12:57:10 UTC (rev 6131)
+++
trunk/sandbox/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js 2008-02-18
12:57:59 UTC (rev 6132)
@@ -331,6 +331,9 @@
},
positioning : function(inpWidth, inpHeight) {
+ this.bsPanel.style.height = inpHeight + "px";
+
+
this.bar.style.position = "absolute";
var bs = this.bar.style;
Show replies by date