Author: vmolotkov
Date: 2008-03-31 12:02:01 -0400 (Mon, 31 Mar 2008)
New Revision: 7484
Modified:
trunk/ui/inplaceInput/pom.xml
trunk/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js
trunk/ui/inplaceInput/src/main/templates/inplaceinput.jspx
Log:
http://jira.jboss.com/jira/browse/RF-2884
Modified: trunk/ui/inplaceInput/pom.xml
===================================================================
--- trunk/ui/inplaceInput/pom.xml 2008-03-31 15:58:25 UTC (rev 7483)
+++ trunk/ui/inplaceInput/pom.xml 2008-03-31 16:02:01 UTC (rev 7484)
@@ -52,6 +52,11 @@
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
<version>3.2.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>combobox</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
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-03-31
15:58:25 UTC (rev 7483)
+++
trunk/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js 2008-03-31
16:02:01 UTC (rev 7484)
@@ -29,6 +29,8 @@
this.editEvent =
this.attributes.editEvent.substring(2,this.attributes.editEvent.length);
+ this.tempValueKeeper.style.top = Richfaces.getBorderWidth(this.tempValueKeeper,
"t") + "px";
+
this.initHandlers();
this.initEvents();
this["rich:destructor"] = "destroy";
Modified: trunk/ui/inplaceInput/src/main/templates/inplaceinput.jspx
===================================================================
--- trunk/ui/inplaceInput/src/main/templates/inplaceinput.jspx 2008-03-31 15:58:25 UTC
(rev 7483)
+++ trunk/ui/inplaceInput/src/main/templates/inplaceinput.jspx 2008-03-31 16:02:01 UTC
(rev 7484)
@@ -14,6 +14,7 @@
<h:styles>css/inplaceinput.xcss</h:styles>
<h:scripts>
new org.ajax4jsf.javascript.PrototypeScript(),
+ scripts/comboboxUtils.js,
scripts/inplaceinput.js,
scripts/utils.js
</h:scripts>