[richfaces-issues] [JBoss JIRA] Closed: (RF-1897) Tooltip: excess JS functions created

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Wed Jan 16 10:31:21 EST 2008


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

Tsikhon Kuprevich closed RF-1897.
---------------------------------


> Tooltip: excess JS functions created
> ------------------------------------
>
>                 Key: RF-1897
>                 URL: http://jira.jboss.com/jira/browse/RF-1897
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>            Reporter: Nick Belaevski
>         Assigned To: Tsikhon Kuprevich
>             Fix For: 3.2.0
>
>
> Consider org.richfaces.renderkit.OrderingComponentRendererBase#getAsEventHandler(FacesContext, UIComponent, String) function usage to get rid of:
> 		this.onshow = new Function('event', events.onshow + ';return true;');
> 		this.oncomplete = new Function('event', events.oncomplete + ';return true;');
> 		this.onhide =  new Function('event', events.onhide + ';return true;');
> code in tooltip.js
> Move method to RendererUtils, add extra argument for appendable string (e.g. "return true;")

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