toolTip appears behind selectOneMenu in ie6
-------------------------------------------
Key: RF-3807
URL:
http://jira.jboss.com/jira/browse/RF-3807
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: JSF RI 1.2_07, Facelets 1.1.13, Internet Explorer 6
Reporter: Martin Denham
In ie6 rich:toolTip displays behind adjacent selectOneMenu components.
I have seen this error in the forum before but there was no solution other than upgrading
to ie7 which is not an option for us:
http://jboss.com/index.html?module=bb&op=viewtopic&t=124958
I raised the issue in the forum yesterday but have had no response yet:
http://jboss.com/index.html?module=bb&op=viewtopic&t=138115
Example code:
<h:form>
<t:panelGrid columns="2">
<h:outputText value="Enter your annual consumption"/>
<h:inputText id="testTooltip">
<rich:toolTip for="testTooltip" zorder="99">
<table><tr><th>Header 1</th><th>Header
2</th></tr>
<tr><td>row 1</td><td>10,000</td></tr>
<tr><td>row 2</td><td>15,000</td></tr>
<tr><td>row 3</td><td>25,000</td></tr>
</table>
</rich:toolTip>
</h:inputText>
<h:outputText value="Select something here"/>
<h:selectOneMenu id="gasPaymentMethod2">
<f:selectItem itemLabel="First item" itemValue="1"/>
</h:selectOneMenu>
</t:panelGrid>
</h:form>
Thanks
Martin
--
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