[richfaces-issues] [JBoss JIRA] Closed: (RF-3052) toolTip: toolTip display wrong way inside rich:panel. 1st mouseover panel - toolTip display, 2nd, 3rd... - toolTip doesn't display

Aleksej Yanul (JIRA) jira-events at lists.jboss.org
Wed Apr 16 03:46:54 EDT 2008


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

Aleksej Yanul closed RF-3052.
-----------------------------

    Resolution: Done

> toolTip: toolTip display wrong way inside rich:panel. 1st mouseover panel - toolTip display, 2nd, 3rd... - toolTip doesn't display
> ----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-3052
>                 URL: http://jira.jboss.com/jira/browse/RF-3052
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.5
>         Environment: IE6, IE7, Safari, Opera, FF(3.1.5)
>            Reporter: Mikhail Vitenkov
>         Assigned To: Aleksej Yanul
>             Fix For: 3.1.5, 3.2.1
>
>
> Step 1. Create toolTip inside rich:panel. I use following code:
> <rich:panel style="width:50px; height:50px; background-color: gray">
> 		<rich:toolTip id="tooltipID" value="#{tooltip.value}" mode="#{tooltip.mode}" event="#{tooltip.event}"
> 			hideDelay="#{tooltip.hideDelay}" showDelay="#{tooltip.showDelay}" layout="#{tooltip.layout}"
> 			horizontalOffset="#{tooltip.horizontalOffset}" verticalOffset="#{tooltip.verticalOffset}" followMouse="#{tooltip.followMouse}"
> 			direction="#{tooltip.direction}" style="#{tooltip.style}" disabled="#{tooltip.disabled}" rendered="#{tooltip.rendered}"
> 			onclick="showEvent('onclickInputID', 'onclick work!')" oncomplete="showEvent('oncompleteInputID', 'oncomplete work!')"
> 			ondblclick="showEvent('ondblclickInputID', 'ondblclick work!')" onhide="showEvent('onhideInputID', 'onhide work!')"
> 			onkeydown="showEvent('onkeydownInputID', 'onkeydown work!')" onkeypress="showEvent('onkeypressInputID', 'onkeypress work!')"
> 			onkeyup="showEvent('onkeyupInputID', 'onkeyup work!')" onmousedown="showEvent('onmousedownInputID', 'onmousedown work!')"
> 			onmousemove="showEvent('onmousemoveInputID', 'onmousemove work!')"
> 			onmouseout="showEvent('onmouseoutInputID', 'onmouseout work!')"
> 			onmouseover="showEvent('onmouseoverInputID', 'onmouseover work!')" onmouseup="showEvent('onmouseupInputID', 'onmouseup work!')"
> 			onshow="showEvent('onshowInputID', 'onshow work!')">
> 			<h:graphicImage id="pricsID" value="/pics/ajax_process.gif"></h:graphicImage>
> 		</rich:toolTip>
> 	</rich:panel>
> Step 2. Event which initiate toolTip appearance is 'onmouseover'.
> Step 3. Mouse over panel. - toolTip appears.
> Step 4. Mouse over panel again.
> 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: 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