[richfaces-issues] [JBoss JIRA] Created: (RF-2800) Context menu from a tab panel appears below other components in IE

Olivier Martin (JIRA) jira-events at lists.jboss.org
Thu Mar 27 11:33:40 EDT 2008


Context menu from a tab panel appears below other components in IE
------------------------------------------------------------------

                 Key: RF-2800
                 URL: http://jira.jboss.com/jira/browse/RF-2800
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.1.4
         Environment: RF 3.1.4, JSF 1.1 RI
            Reporter: Olivier Martin
         Attachments: screenshot-1.jpg

As you can see in the screenshot, I have a context menu from a Tab header that appears below another Tab below.

Included in this report : screenshot + sample code.

---

<rich:tabPanel>
    <rich:tab label="First">
        <f:facet name="label">
            <rich:dropDownMenu direction="bottom-right" horizontalOffset="-11">
                <rich:menuItem value="Foo 1"/>
                <rich:menuItem value="Foo 2"/>
                <rich:menuItem value="Foo 3"/>
                <rich:menuItem value="Foo 4"/>
            </rich:dropDownMenu>
        </f:facet>
        Here is tab #1
    </rich:tab>

    <rich:tabPanel>
        <rich:tab>
            Another Tab
        </rich:tab>
    </rich:tabPanel>

</rich:tabPanel>

-- 
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