[richfaces-issues] [JBoss JIRA] Resolved: (RF-2428) ToolTip: does not workjs api disamble, disable

Sergey Halipov (JIRA) jira-events at lists.jboss.org
Thu Mar 27 08:08:40 EDT 2008


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

Sergey Halipov resolved RF-2428.
--------------------------------

    Resolution: Cannot Reproduce Bug

Your test page contains a few errors. Please, fix them first. It works properly with a correct sample:

 <p:panel id="sample2" >
		<rich:toolTip value="toolTip for input text" id="t2" followMouse="true"/>
		Default client-side tool-tip
	</p:panel>
	
	<button onclick="$('t2').component.doShow(event);return false;" value="doShow" >Show</button>
	<button onclick="$('t2').component.doHide(event);return false;" value="doHide" >Hide</button>
	<button onclick="$('t2').component.doEnable();return false;" value="doEnable" >Enable</button>
	<button onclick="$('t2').component.doDisable(); return false;" value="doDisable" >Disable</button>

> ToolTip: does not workjs api  disamble, disable
> -----------------------------------------------
>
>                 Key: RF-2428
>                 URL: http://jira.jboss.com/jira/browse/RF-2428
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>            Reporter: Aleksej Yanul
>         Assigned To: Sergey Halipov
>             Fix For: 3.2.0
>
>


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