[richfaces-issues] [JBoss JIRA] Commented: (RF-2009) Tooltip appears under h:selectOneListbox

Benno Markiewicz (JIRA) jira-events at lists.jboss.org
Tue Apr 29 05:40:19 EDT 2008


    [ http://jira.jboss.com/jira/browse/RF-2009?page=comments#action_12411098 ] 
            
Benno Markiewicz commented on RF-2009:
--------------------------------------

It isn't resolved yet using a tooltip WITHIN a modalpanel.

I checked it with today's 3.2.1-SNAPSHOT RichFaces version.

Environment:
RF 3.2.1-SNAPSHOT
IE 6.0.2900.2180
Facelets 1.1.14
MyFaces 1.2.2
JDK 1.5.0_12

Sample code:

<rich:modalPanel id="mp" showWhenRendered="true">
<h:form>
    <h:commandButton
        value="Hover over here." id="hoverid">
    </h:commandButton>
    <rich:toolTip for="hoverid" value="Description long">Description</rich:toolTip>

  <rich:separator/>
  <h:selectOneMenu value="">
      <f:selectItem itemLabel="Item A" itemValue="A"/>
      <f:selectItem itemLabel="Item B" itemValue="B"/>
  </h:selectOneMenu>

  <a href="#" onclick="#{rich:component('mp')}.hide()">hide this panel</a>
</h:form>
</rich:modalPanel>

See also the screenshot  "Tooltip under combobox.jpg"  

> Tooltip appears under h:selectOneListbox
> ----------------------------------------
>
>                 Key: RF-2009
>                 URL: http://jira.jboss.com/jira/browse/RF-2009
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.4
>         Environment: IE 6.0
> JDK 1.5
> Tomcat 6.0.13
> JSF 1.2
> RF 3.1.4 CR1
>            Reporter: Alexander Francuzov
>         Assigned To: Ilya Shaikovsky
>             Fix For: 3.2.1
>
>         Attachments: Tooltip under combobox..jpg, tooltip_underSOB.JPG
>
>
> look at screenshot

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