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

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Fri Aug 21 05:05:24 EDT 2009


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

Alexander Dubovsky closed RF-7362.
----------------------------------

    Assignee: Nick Belaevski  (was: Tsikhon Kuprevich)


Verified

> 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: Nick Belaevski
>            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