Ticket #1907: 1907.patch

File 1907.patch, 1.2 KB (added by martinkou, 21 months ago)
  • _whatsnew.html

     
    7878                        garbage filter in Paste from Word dialog.</li> 
    7979                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2327">#2327</a>] Fixed invalid HTML 
    8080                        in the Paste dialog.</li> 
     81                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1907">#1907</a>] Fixed sporadic 
     82                        "FCKeditorAPI is not defined" errors in Firefox 3.</li> 
    8183        </ul> 
    8284        <p> 
    8385                <a href="_whatsnew_history.html">See previous versions history</a></p> 
  • editor/_source/fckeditorapi.js

     
    115115                        { 
    116116                                FCKAdobeAIR.FCKeditorAPI_Evaluate( oParentWindow, sScript ) ; 
    117117                        } 
    118                         else if ( FCKBrowserInfo.IsSafari || FCKBrowserInfo.IsGecko19 ) 
     118                        else if ( FCKBrowserInfo.IsSafari ) 
    119119                        { 
    120120                                // oParentWindow.eval in Safari and Gran Paradiso executes in the calling window 
    121121                                // environment, instead of the parent one. The following should make it work.