Author: vmolotkov
Date: 2008-04-01 13:35:34 -0400 (Tue, 01 Apr 2008)
New Revision: 7559
Modified:
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
Log:
http://jira.jboss.com/jira/browse/RF-2884
Modified:
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
===================================================================
---
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2008-04-01
16:47:09 UTC (rev 7558)
+++
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2008-04-01
17:35:34 UTC (rev 7559)
@@ -11,7 +11,7 @@
this.attrCloseOnSelect = true; //will be corrected in a future version
(
http://jira.jboss.com/jira/browse/RF-2814)
this.currentItemValue = this.value;
- this.button.style.top = Richfaces.getBorderWidth(this.tempValueKeeper, "t") +
"px";
+ this.button.style.top = Richfaces.getBorderWidth(this.tempValueKeeper, "tb")
+ "px";
this["rich:destructor"] = "destroy";
},