[richfaces-issues] [JBoss JIRA] Updated: (RF-1833) ComponentControl: Tooltip doesn't work

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Jan 17 12:04:19 EST 2008


     [ http://jira.jboss.com/jira/browse/RF-1833?page=all ]

Nick Belaevski updated RF-1833:
-------------------------------

    Description: 
<h:inputText id="txtorg" value="#{searchParamVO.company}" >
<rich:toolTip id="tt" followMouse="false" direction="top-right" mode="ajax"
value="#{searchParamVO.companyHelp}"
layout="block" styleClass="popupBox" showDelay="2000">
</rich:toolTip>
</h:inputText>

<rich:componentControl attachTo="txtorg" disableDefault="true" for="tt" event="onclick"
operation="Hide" />


  was:
<h:inputText id="txtorg" value="#{searchParamVO.company}" >
<rich:toolTip id="tt" followMouse="false" direction="top-right" mode="ajax"
value="#{searchParamVO.companyHelp}"
layout="block" styleClass="popupBox" showDelay="2000">
</rich:toolTip>
<rich:componentControl attachTo="txtorg" disableDefault="true" for="tt" event="onclick"
operation="Hide" />
</h:inputText>


> ComponentControl: Tooltip doesn't work
> --------------------------------------
>
>                 Key: RF-1833
>                 URL: http://jira.jboss.com/jira/browse/RF-1833
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>            Reporter: Nick Belaevski
>         Assigned To: Aleksej Yanul
>            Priority: Critical
>             Fix For: 3.2.0, 3.1.4
>
>
> <h:inputText id="txtorg" value="#{searchParamVO.company}" >
> <rich:toolTip id="tt" followMouse="false" direction="top-right" mode="ajax"
> value="#{searchParamVO.companyHelp}"
> layout="block" styleClass="popupBox" showDelay="2000">
> </rich:toolTip>
> </h:inputText>
> <rich:componentControl attachTo="txtorg" disableDefault="true" for="tt" event="onclick"
> operation="Hide" />

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