]
Andrey Markhel reassigned RF-7362:
----------------------------------
Assignee: Alex Kolonitsky (was: Andrey Markhel)
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
Assignee: Alex Kolonitsky
Priority: Minor
Fix For: 3.3.2.CR1
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: