Author: abelevich
Date: 2008-01-31 11:49:44 -0500 (Thu, 31 Jan 2008)
New Revision: 5754
Modified:
trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
Log:
Modified:
trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
===================================================================
---
trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js 2008-01-31
16:46:25 UTC (rev 5753)
+++
trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js 2008-01-31
16:49:44 UTC (rev 5754)
@@ -505,6 +505,7 @@
if (this.shadowElem) {
if (!Richfaces.browser.isIE6) {
+ // shadow offset
this.shadowElem.style.width = (parseInt(this.width) + 7) + "px";
this.shadowElem.style.height = (parseInt(height) + 9)+ "px";
} else {
Show replies by date