Author: vmolotkov
Date: 2008-04-01 13:35:40 -0400 (Tue, 01 Apr 2008)
New Revision: 7560
Modified:
trunk/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js
Log:
http://jira.jboss.com/jira/browse/RF-2884
Modified:
trunk/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js
===================================================================
---
trunk/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js 2008-04-01
17:35:34 UTC (rev 7559)
+++
trunk/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js 2008-04-01
17:35:40 UTC (rev 7560)
@@ -29,7 +29,7 @@
this.editEvent =
this.attributes.editEvent.substring(2,this.attributes.editEvent.length);
- //this.tempValueKeeper.style.top = Richfaces.getBorderWidth(this.tempValueKeeper,
"t") + "px";
+ this.tempValueKeeper.style.top = Richfaces.getBorderWidth(this.tempValueKeeper,
"t") + "px";
this.initHandlers();
this.initEvents();