[JBoss JIRA] Created: (RF-3807) toolTip appears behind selectOneMenu in ie6
by Martin Denham (JIRA)
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
16 years, 3 months
[JBoss JIRA] Created: (RF-3578) toolTip: "defaultContent" facet doesn't work this component.
by Mikhail Vitenkov (JIRA)
toolTip: "defaultContent" facet doesn't work this component.
------------------------------------------------------------
Key: RF-3578
URL: http://jira.jboss.com/jira/browse/RF-3578
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: IE, FF, Safari, Opera(3.2.1.CR8)
Reporter: Mikhail Vitenkov
Assigned To: Nick Belaevski
Try to use "defaultContent" facet, as described on RichFaces Development Guide. See code:
<rich:toolTip followMouse="true" direction="top-right" mode="ajax" value="test facet" horizontalOffset="5"
verticalOffset="5" layout="block">
<f:facet name="defaultContent">
<f:verbatim>DEFAULT toolTip CONTENT</f:verbatim>
</f:facet>
</rich:toolTip>
Actual behavior:
"DEFAULT toolTip CONTENT" appears for a short time & then "test facet" appear.
--
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
16 years, 3 months
[JBoss JIRA] Created: (RF-3496) inplaceSelect: list size too small
by Ilya Shaikovsky (JIRA)
inplaceSelect: list size too small
----------------------------------
Key: RF-3496
URL: http://jira.jboss.com/jira/browse/RF-3496
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Reporter: Ilya Shaikovsky
Assigned To: Vladimir Molotkov
Fix For: 3.2.1
inplace select demo page.
simple.xhtml snippet
change the code to
<rich:inplaceSelect value="#{inplaceComponentsBean.inputValue}"
defaultLabel="Click here to edit">
<f:selectItem itemValue="0" itemLabel="Option 1" />
<f:selectItem itemValue="1" itemLabel="Option 2" />
</rich:inplaceSelect>
open in IE7
if you add one or two options list will be enlarged but not enough vertical scroller still present,.
--
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
16 years, 3 months