[richfaces-issues] [JBoss JIRA] Commented: (RF-2007) Tooltip not appears

Sven Mueller (JIRA) jira-events at lists.jboss.org
Wed Jan 30 09:51:59 EST 2008


    [ http://jira.jboss.com/jira/browse/RF-2007?page=comments#action_12397497 ] 
            
Sven Mueller commented on RF-2007:
----------------------------------

yes, the same with me. i'm also having problems with the tooltips. i'm using v3.1.4 but the same with 3.1.3!

simple example:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
          
	<html xmlns="http://www.w3.org/1999/xhtml"
		xmlns:h="http://java.sun.com/jsf/html"
		xmlns:rich="http://richfaces.org/rich">
		<head>
			<title>Insert title here</title>
		</head>
		<body>
			<div id="elementId">
			      <rich:toolTip for="elementId">Using a toolTip 1</rich:toolTip>
			       <p>The first simple example</p>
			</div>
			
			<div id="elementId2">
        		<p>The second simple example</p>
			</div>
			<rich:toolTip for="elementId2">Using a toolTip 2</rich:toolTip>
			
			<h:commandButton value="Button">
			    <rich:toolTip value="toolTip content 3"/>
			</h:commandButton>
		</body>
	</html>

- using firefox (v2) no tooltips is displayed
- using ie (v7) only the button tooltip is displayed

cheers sven

> Tooltip not appears
> -------------------
>
>                 Key: RF-2007
>                 URL: http://jira.jboss.com/jira/browse/RF-2007
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.4
>         Environment: FF 2.0.0.11, Opera 9.25
> JDK 1.5
> Tomcat 5.5
> JSF 1.2
> RF 3.1.4 CR1
>            Reporter: Alexander Francuzov
>         Assigned To: Nick Belaevski
>             Fix For: 3.2.0
>
>
> 1 run our test application
> 2 move cursor over gray panel
> 3 tooltip willnt appears in FF and Opera

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

        



More information about the richfaces-issues mailing list