[richfaces-issues] [JBoss JIRA] (RF-11343) tooltip: does not work attached to parent input

Brian Leathem (Updated) (JIRA) jira-events at lists.jboss.org
Mon Nov 14 15:25:41 EST 2011


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

Brian Leathem updated RF-11343:
-------------------------------

             Fix Version/s: 4.2.0.Tracking
                                (was: 4.1.0.Tracking)
    Workaround Description: 
Place the _tooltip_ adjacent to the _inputText_, and the _tooltip_ will attach to the parent _outputPanel_, which shares the same physical area as the _inputText_.
{code:xml}
<h:form>
    <a4j:outputPanel id="pn">
        <h:inputText />
        <rich:tooltip>Hello world!</rich:tooltip>
    </a4j:outputPanel>
</h:form>
{code} 

    
> tooltip: does not work attached to parent input
> -----------------------------------------------
>
>                 Key: RF-11343
>                 URL: https://issues.jboss.org/browse/RF-11343
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-output
>    Affects Versions: 4.0.0.Final
>         Environment: Firefox 6, IE 8, MyFaces 2.0.3, Websphere AS 8
>            Reporter: Dmitry Volkov
>            Assignee: Brian Leathem
>             Fix For: 4.2.0.Tracking
>
>
> Tooltip does not work:
> {code:xml}
> <h:form>
>     <a4j:outputPanel id="pn">
>         <h:inputText>
>             <rich:tooltip>
>                 Hello world!
>             </rich:tooltip>
>         </h:inputText>
>         <a4j:commandButton value="rerender" render="pn"/>
>     </a4j:outputPanel>
> </h:form>
> {code} 
> But works after ajax rerender("rerender" button click). 

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