[richfaces-issues] [JBoss JIRA] Created: (RF-1101) Tooltip disablement switching broken

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Thu Oct 11 10:36:03 EDT 2007


Tooltip disablement switching broken
------------------------------------

                 Key: RF-1101
                 URL: http://jira.jboss.com/jira/browse/RF-1101
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
            Reporter: Ilya Shaikovsky
         Assigned To: Nick Belaevski
             Fix For: 3.2.0


Suggested to 3.1.2

    <a4j:outputPanel id="test1">
     <h:outputText value="checked" rendered="#{bean.check}"></h:outputText>
     <h:graphicImage value="/pages/pennsylvania.gif" id="test">
     	<rich:toolTip value="123123" disabled="#{bean.check}"/>
     </h:graphicImage> 
	 </a4j:outputPanel>
	<a4j:commandButton value="123123" action="#{bean.toggleCheck}" reRender="test1"></a4j:commandButton>

output - updated. Tooltip - not. IE - throws JS error.

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