Author: vmolotkov
Date: 2008-08-21 14:58:53 -0400 (Thu, 21 Aug 2008)
New Revision: 10168
Modified:
trunk/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js
trunk/ui/inplaceInput/src/main/templates/inplaceinput.jspx
Log:
https://jira.jboss.org/jira/browse/RF-4225
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-08-21
18:12:43 UTC (rev 10167)
+++
trunk/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js 2008-08-21
18:58:53 UTC (rev 10168)
@@ -176,7 +176,7 @@
this.bar.hide();
}
- this.tempValueKeeper.style.clip = 'rect(0px 0px 10px 10px)';
+ this.tempValueKeeper.style.clip = 'rect(0px 0px 0px 0px)';
},
/*endChangedState : function() {
Modified: trunk/ui/inplaceInput/src/main/templates/inplaceinput.jspx
===================================================================
--- trunk/ui/inplaceInput/src/main/templates/inplaceinput.jspx 2008-08-21 18:12:43 UTC
(rev 10167)
+++ trunk/ui/inplaceInput/src/main/templates/inplaceinput.jspx 2008-08-21 18:58:53 UTC
(rev 10168)
@@ -88,7 +88,7 @@
<input id='#{clientId}tempValue'
class='rich-inplace-field'
- style='clip:rect(0px 0px 10px 10px)'
+ style='clip:rect(0px 0px 0px 0px)'
type='text'
autocomplete="off"
value='#{fieldValue}'