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

Andreas Höhmann (JIRA) jira-events at lists.jboss.org
Wed Jan 30 08:45:59 EST 2008


    [ http://jira.jboss.com/jira/browse/RF-2007?page=comments#action_12397482 ] 
            
Andreas Höhmann commented on RF-2007:
-------------------------------------

I can confirm this bug
I use 3.1.4 with facelets 1.114 and ri-1.2_05

try this:

<!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:ui="http://java.sun.com/jsf/facelets"
  xmlns:f="http://java.sun.com/jsf/core"
  xmlns:rich="http://richfaces.org/rich"
  xmlns:h="http://java.sun.com/jsf/html">
<body>

<h1>modal panel with tooltip</h1>
<rich:modalPanel id="test1_dlg">
  <h:panelGroup columns="1">
    <rich:panel id="sample1" styleClass="tooltip-text">
      <rich:toolTip>
          tooltip works                
      </rich:toolTip>
      move your mouse here - the tooltip doesnt work with firefox
    </rich:panel>
    <h:outputText value="Close ME" id="test1_close" style="cursor: pointer;"/>
    <rich:componentControl for="test1_dlg" attachTo="test1_close" operation="hide" event="onclick"/>
  </h:panelGroup>
</rich:modalPanel> 
<h:outputText value="Click ME" id="test1_click" style="cursor: pointer;"/>
<rich:componentControl for="test1_dlg" attachTo="test1_click" operation="show" event="onclick"/>

</body>
</html>

> 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