[richfaces-issues] [JBoss JIRA] (RF-12298) DropDownMenu: overlay problem in IE 9 (compatibility mode)
Jan Papousek (JIRA)
jira-events at lists.jboss.org
Mon Jun 11 11:57:04 EDT 2012
[ https://issues.jboss.org/browse/RF-12298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jan Papousek updated RF-12298:
------------------------------
Summary: DropDownMenu: overlay problem in IE 9 (compatibility mode) (was: DropDownMenu: overlay problem in IE)
Steps to Reproduce:
# download attached project (also available on https://github.com/papousek/richfaces-sanbox/tree/RF-12298)
# build it (mvn clean package -Pmojarra)
# deploy it (target/richfaces-sandbox-mojarra.xml) on Apache Tomcat 7 and open http://localhost:8080/richfaces-sandbox-mojarra/
# move cursor over the menu
----
OR: Use this snippet to reproduce the problem (doesn't need any managed bean code):
{code}
<rich:dropDownMenu>
<f:facet name="label">
Menu
</f:facet>
<rich:menuItem label="Item 1"/>
<rich:menuItem label="Item 2"/>
<rich:menuItem label="Item 3"/>
</rich:dropDownMenu>
<rich:tabPanel>
<rich:tab header="Tab 1"/>
</rich:tabPanel>
{code}
was:
Use this snippet to reproduce the problem (doesn't need any managed bean code):
{code}
<rich:dropDownMenu>
<f:facet name="label">
Menu
</f:facet>
<rich:menuItem label="Item 1"/>
<rich:menuItem label="Item 2"/>
<rich:menuItem label="Item 3"/>
</rich:dropDownMenu>
<rich:tabPanel>
<rich:tab header="Tab 1"/>
</rich:tabPanel>
{code}
Labels: ie9 (was: )
Forum Reference: https://community.jboss.org/message/738769 (was: https://community.jboss.org/message/738769)
> DropDownMenu: overlay problem in IE 9 (compatibility mode)
> ----------------------------------------------------------
>
> Key: RF-12298
> URL: https://issues.jboss.org/browse/RF-12298
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.2.2.Final
> Environment: Windows 7 64bit, Tomcat 7.0.26, Internet Explorer, Rich Faces 4.2.2, Mojara 2.1.7
> Reporter: Michael Abele
> Assignee: Jan Papousek
> Labels: ie9
> Attachments: richfaces-sanbox.zip
>
>
> Menu item of a drop down menu is not displayed if it overlaps a panel/tab panel header in Internet Explorer 9. It works in Firefox and Internet Explorer in compatibility mode.
> This issue might be related to RF-9097 of RichFaces 3.3.3.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list