Javascript for onsetup in rich:editor is incorrect
--------------------------------------------------
Key: RF-7362
URL:
https://jira.jboss.org/jira/browse/RF-7362
Project: RichFaces
Issue Type: Bug
Components: component, component-input
Affects Versions: 3.3.1
Reporter: George Gastaldi
Priority: Minor
The documentation of TinyMCE says that on the onsetup method, the first parameter is the
editor. Richfaces 3.3.1.GA is incorrectly generating with the event first.
Should be:
tinyMceParams.setup = function (ed) {
...
};
Current code:
tinyMceParams.setup = function (event, ed) {
...
};
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira