[richfaces-issues] [JBoss JIRA] Created: (RF-2839) toolTip: broken switching between disabled & enabled rich:toolTip component's state.

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Fri Mar 28 12:28:40 EDT 2008


toolTip: broken switching between disabled & enabled rich:toolTip component's state.
------------------------------------------------------------------------------------

                 Key: RF-2839
                 URL: http://jira.jboss.com/jira/browse/RF-2839
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
         Environment: FF(3.2.0.CR6)
            Reporter: Mikhail Vitenkov
         Assigned To: Nick Belaevski
            Priority: Critical
         Attachments: toolTipDisabled.png

Actual behavior:
Output text appear in upper layer during switching "disabled" attribute from "true" to "false". For more information see attached toolTipDisabled.png
Code:
<rich:panel style="width:50px; height:50px; background-color: gray">
        <rich:toolTip id="tooltipID" 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>
    </rich:panel>



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