[richfaces-issues] [JBoss JIRA] Updated: (RF-6060) toolTip: incorerct displaying for panelBarItem

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Feb 12 10:28:46 EST 2009


     [ https://jira.jboss.org/jira/browse/RF-6060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-6060:
-------------------------------

        Fix Version/s: Future
    Affects Version/s: 3.3.1


> toolTip: incorerct displaying for panelBarItem
> ----------------------------------------------
>
>                 Key: RF-6060
>                 URL: https://jira.jboss.org/jira/browse/RF-6060
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.1
>         Environment: myfaces 
> tomcat
> jsp
> FF 3
>            Reporter: Tsikhon Kuprevich
>            Assignee: Nick Belaevski
>             Fix For: Future
>
>
> For the code below. The toolTip appears only when the second tab collapsed. If the second panelBarItem opened, toolTip is not displayed.
> 		<rich:panelBar width="300" height="200">
> 			<rich:panelBarItem>
> 				<h:outputText value="Item 1"></h:outputText>
> 			</rich:panelBarItem>
> 			<rich:panelBarItem>
> 				<f:facet name="label">
> 					<h:panelGroup id="panelBarItemTitle">
> 						<h:outputText value="label" />
> 						<rich:toolTip>
> 							<h:outputText value="tooltip content" />
> 						</rich:toolTip>
> 					</h:panelGroup>
> 				</f:facet>
> 				<h:outputText value="panel bar item content" />
> 			</rich:panelBarItem>
> 			<rich:panelBarItem>
> 				<h:outputText value="Item 1"></h:outputText>
> 			</rich:panelBarItem>
> 		</rich:panelBar>

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

        



More information about the richfaces-issues mailing list