[richfaces-issues] [JBoss JIRA] Reopened: (RF-2543) Suggestion box positioned wrong

Tomasz Jedzierowski (JIRA) jira-events at lists.jboss.org
Fri Apr 11 04:15:54 EDT 2008


     [ 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

        



More information about the richfaces-issues mailing list