[richfaces-svn-commits] JBoss Rich Faces SVN: r2662 - trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/scripts.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Aug 31 10:25:22 EDT 2007
Author: a.izobov
Date: 2007-08-31 10:25:22 -0400 (Fri, 31 Aug 2007)
New Revision: 2662
Modified:
trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/scripts/suggestionbox.js
Log:
http://jira.jboss.com/jira/browse/RF-760
Modified: trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/scripts/suggestionbox.js
===================================================================
--- trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/scripts/suggestionbox.js 2007-08-31 14:19:39 UTC (rev 2661)
+++ trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/scripts/suggestionbox.js 2007-08-31 14:25:22 UTC (rev 2662)
@@ -795,7 +795,7 @@
}
ret["x"] = left;
- ret["y"] = top + element.clientHeight;
+ ret["y"] = top + element.offsetHeight;
return ret;
},
More information about the richfaces-svn-commits
mailing list