[richfaces-issues] [JBoss JIRA] Assigned: (RF-7362) Javascript for onsetup in rich:editor is incorrect

Andrey Markhel (JIRA) jira-events at lists.jboss.org
Tue Jul 14 09:49:29 EDT 2009


     [ https://jira.jboss.org/jira/browse/RF-7362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list