]
Alexej Kushunin resolved RF-1897.
---------------------------------
Resolution: Done
fixed
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: Alexej Kushunin
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: