Context menu: wrong place inside container with vertical scroll.
----------------------------------------------------------------

                 Key: RF-6467
                 URL: https://jira.jboss.org/jira/browse/RF-6467
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
         Environment: Firefox 3, Safari 3.2
            Reporter: Alexander Dubovsky
            Assignee: Nick Belaevski
         Attachments: 50.png

Source:
<h:form>
                <rich:panel id="dirView"
                        style="overflow-y: auto; height: 330px; width: 250px;">
                        <rich:spacer height="400" />
                        <h:outputLabel id="reqst" value="Richiesta" />
                        <rich:contextMenu id="menu_req" attached="true" 
attachTo="reqst">
                                <rich:menuItem value="menuItem" />
                        </rich:contextMenu>
                </rich:panel>
        </h:form>

# Open page, scroll down inside panel
# Call context menu on "Richiesta" label
Result: see screen shot.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to