[richfaces-issues] [JBoss JIRA] Reopened: (RF-3510) toolTip: JS API doesn't work for toolTip, which doesn't contain parent component.

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Wed Dec 31 05:25:54 EST 2008


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

Mikhail Vitenkov reopened RF-3510:
----------------------------------

      Assignee: Nick Belaevski  (was: Mikhail Vitenkov)


#1. Use following code to reproduce:
 <rich:toolTip id="toolTipID" value="toolTip for input text"  layout="inline" attached="false">
            <f:facet name="defaultContent">
                <f:verbatim>DEFAULT VALUE</f:verbatim>
            </f:facet>
        </rich:toolTip>
...
<a4j:commandLink onclick="$('formID:tooltipSubviewID:toolTipID').component.show(event)" value="show"></a4j:commandLink>
#2. Click "show" link to verify tooltip appearence.
#3. Place tested toolTip inside input, remove "attached" attribute and click "show" link again - everything works. Use following code:
 <h:inputText value="Text" id="inp1" size="50">
        <rich:toolTip id="toolTipID" value="toolTip for input text"  layout="inline">
            <f:facet name="defaultContent">
                <f:verbatim>DEFAULT VALUE</f:verbatim>
            </f:facet>
        </rich:toolTip>
    </h:inputText>
link is the same.


> toolTip: JS API doesn't work for toolTip, which doesn't contain parent component.
> ---------------------------------------------------------------------------------
>
>                 Key: RF-3510
>                 URL: https://jira.jboss.org/jira/browse/RF-3510
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.1
>         Environment: IE, FF, Safari, Opera(3.2.1.CR5)
>            Reporter: Mikhail Vitenkov
>            Assignee: Nick Belaevski
>
> Step 1. Add rich:toolTip on the page:
>  <rich:toolTip id="tooltipIDTest" value="#{tooltip.value}" mode="#{tooltip.mode}" styleClass="#{style.styleClass}" style="#{style.style}" 
>                       hideDelay="#{tooltip.hideDelay}" showDelay="#{tooltip.showDelay}" layout="#{tooltip.layout}"
>                       horizontalOffset="#{tooltip.horizontalOffset}" verticalOffset="#{tooltip.verticalOffset}" followMouse="#{tooltip.followMouse}"
>                       direction="#{tooltip.direction}" disabled="#{tooltip.disabled}" rendered="#{tooltip.rendered}"
> 					  event="#{tooltip.event}" onclick="#{event.onclick}" oncomplete="#{event.oncomplete}" ondblclick="#{event.ondblclick}" onhide="#{event.onhide}" onkeydown="#{event.onkeydown}" onkeypress="#{event.onkeypress}" onkeyup="#{event.onkeyup}" onmousedown="#{event.onmousedown}" onmousemove="#{event.onmousemove}" onmouseout="#{event.onmouseout}" onmouseover="#{event.onmouseover}" onmouseup="#{event.onmouseup}" onshow="#{event.onshow}">
>             <h:graphicImage id="pricsID" value="/pics/ajax_process.gif"></h:graphicImage>
>             <h:outputLink value="http://www.jboss.com/"><f:verbatim>Link</f:verbatim></h:outputLink>
>         </rich:toolTip>
> Step 2. Add "show" JS API functionality:
>                <a4j:commandLink onclick="$('formID:tooltipSubviewID:toolTipIDTest').component.show(event)" value="show"></a4j:commandLink>       
> Step 3. Click on "show" ajax link.
> Actual behavior:
> toolTip doesn't appear.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list