[
http://jira.jboss.com/jira/browse/RF-2543?page=all ]
Tomasz Jedzierowski reopened RF-2543:
-------------------------------------
Issue still exists in RichFaces 3.2.0, Firefox 2.0
New workaround:
RichFaces.Position.calcOffsets = function(element) {
var offsetBase = element.cumulativeOffset();
return {x: offsetBase[0], y: element.offsetHeight +
offsetBase[1]+document.getElementsByTagName("html")[0].scrollTop};
}
Screenshot follows.
Suggestion box positioned wrong
-------------------------------
Key: RF-2543
URL:
http://jira.jboss.com/jira/browse/RF-2543
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Environment: JBoss AS 4.2.1, Firefox 2, IE 7
Reporter: Tomasz Jedzierowski
Assigned To: Aleksej Yanul
Fix For: 3.2.0
A suggestionBox used in an modalPanel is positioned incorectly in case when the
document.scrollTop is not equal to 0. The suggestion box apears therefor offset to the
top.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira