[richfaces-issues] [JBoss JIRA] (RF-13493) Drop down menu rendered on wrong place when page is scrolled

Brian Leathem (JIRA) issues at jboss.org
Thu Jan 23 18:02:28 EST 2014


    [ https://issues.jboss.org/browse/RF-13493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12938424#comment-12938424 ] 

Brian Leathem edited comment on RF-13493 at 1/23/14 6:00 PM:
-------------------------------------------------------------

I upgraded from Chrome 31.0.1650.63 to 32.0.1700.77 and can confirm that it is broken.

Note the error in the browser console on Chrome 32.0.1700.77:
{code}
body.scrollTop is deprecated in strict mode. Please use 'documentElement.scrollTop' if in strict mode and 'body.scrollTop' only if in quirks mode. 3_3_1.SP3org.ajax4jsf.javascript.PrototypeScript.jsf:3752
body.scrollLeft is deprecated in strict mode. Please use 'documentElement.scrollLeft' if in strict mode and 'body.scrollLeft' only if in quirks mode. 
{code}

This would have been useful to include in your report of failure [~ppitonak].  It would likely have saved a couple of days worth of back-and-forth.
                
      was (Author: bleathem):
    I upgraded from Chrome 31.0.1650.63 to 32.0.1700.77 and can confirm that it is broken.
                  
> Drop down menu rendered on wrong place when page is scrolled
> ------------------------------------------------------------
>
>                 Key: RF-13493
>                 URL: https://issues.jboss.org/browse/RF-13493
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-menu
>    Affects Versions: 3.3.1.SP4
>            Reporter: Pavol Pitonak
>            Assignee: Brian Leathem
>              Labels: needs-qe
>             Fix For: 3.3.1.SP4
>
>         Attachments: dropdownmenu.png
>
>
> # build RichFaces demo from branch https://svn.jboss.org/repos/richfaces/branches/enterprise/3.3.1.SP4/samples/richfaces-demo
> # deploy to EAP 5.2
> # open page http://localhost:8080/richfaces-demo/richfaces/dropDownMenu.jsf?c=dropDownMenu&tab=usage
> # open drop down menu (correct)
> # scroll down the page and open drop down menu again
> result:
> * menu is rendered on wrong place (higher than expected)
> * the more you scroll the page, the further it appears
> * see attached screenshot
> * reproducible in IE7, IE8 and Chrome 32

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list