[richfaces-issues] [JBoss JIRA] (RF-10971) rich:tooltip doesn't work in rich:extendedDataTable

Jiří Štefek (JIRA) jira-events at lists.jboss.org
Wed May 2 07:58:19 EDT 2012


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

Jiří Štefek updated RF-10971:
-----------------------------

               Summary: rich:tooltip doesn't work in rich:extendedDataTable  (was: The <rich:tooltip> doesn't work in <rich:column> for extendedDataTable)
         Fix Version/s: 4.3-Tracking
           Description: The rich:tooltip does not work in rich:EDT. Probably a bug in generation of script for showing tooltip. The script is generated as same as in rich:dataTable but the generated xhtml code is not the same as for EDT, so the script seeks a non-existent ID.  (was: The <rich:tooltip> doesn't work in <rich:column> for extendedDataTable - with <rich:dataTable> it works. I use IE7.

Example:

<rich:extendedDataTable ... >
	<rich:column>
		<rich:tooltip>
			<span>#{msgs.edit}</span>
		</rich:tooltip>
	</rich:column>						
</rich:extendedDataTable>)
    Steps to Reproduce: 
# Deploy Metamer.
# Open http://localhost:8080/metamer/faces/components/richTooltip/rf-10971.xhtml .
# Move mouse over some column in the table.
   * Expected: a tooltip appears 
   * Have: tooltip does not appear
     Affects Version/s: 4.2.1.Final
           Environment: 
RichFaces 4.2.1.SNAPSHOT
Metamer 4.2.1.SNAPSHOT
Mojarra 2.1.7-jbossorg-1
JBoss AS 7.1.1.Final
OpenJDK Runtime Environment 1.6.0_24-b24 @ Linux
Firefox 12.0 @ Linux x86_64
       Forum Reference: https://community.jboss.org/thread/199122

    
> rich:tooltip doesn't work in rich:extendedDataTable
> ---------------------------------------------------
>
>                 Key: RF-10971
>                 URL: https://issues.jboss.org/browse/RF-10971
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-misc
>    Affects Versions: 4.0.0.Final, 4.2.1.Final
>         Environment: RichFaces 4.2.1.SNAPSHOT
> Metamer 4.2.1.SNAPSHOT
> Mojarra 2.1.7-jbossorg-1
> JBoss AS 7.1.1.Final
> OpenJDK Runtime Environment 1.6.0_24-b24 @ Linux
> Firefox 12.0 @ Linux x86_64
>            Reporter: Daniel Görlich
>            Priority: Minor
>             Fix For: 4.3-Tracking
>
>
> The rich:tooltip does not work in rich:EDT. Probably a bug in generation of script for showing tooltip. The script is generated as same as in rich:dataTable but the generated xhtml code is not the same as for EDT, so the script seeks a non-existent ID.

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