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: Nick Belaevski
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