Attachment 'fckeditor_webkit.diff'

Download

   1 diff -r 287faf79876f wiki/htdocs/common/js/common.js
   2 --- a/wiki/htdocs/common/js/common.js	Sun Sep 06 15:12:11 2009 +0200
   3 +++ b/wiki/htdocs/common/js/common.js	Sun Sep 06 15:57:29 2009 +0200
   4 @@ -98,9 +98,6 @@
   5      if ( window.opera && window.opera.version && parseFloat( window.opera.version() ) >= 9.5 )
   6          return true ;
   7  
   8 -/*
   9 -  // disable safari : until fck devteam fix http://dev.fckeditor.net/ticket/2333
  10 -  
  11      // Adobe AIR
  12      // Checked before Safari because AIR have the WebKit rich text editor
  13      // features from Safari 3.0.4, but the version reported is 420.
  14 @@ -110,7 +107,7 @@
  15      // Safari 3+
  16      if ( sAgent.indexOf( ' applewebkit/' ) != -1 )
  17          return ( sAgent.match( / applewebkit\/(\d+)/ )[1] >= 522 ) ;    // Build must be at least 522 (v3)
  18 -*/
  19 +
  20      return false ;
  21  
  22  }

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2009-06-02 17:41:14, 15.6 KB) [[attachment:debug.html]]
  • [get | view] (2009-06-02 17:42:11, 26.6 KB) [[attachment:expaterror.log]]
  • [get | view] (2009-03-25 11:15:35, 67.7 KB) [[attachment:fckeditor window textarea size is to small.png]]
  • [get | view] (2009-09-06 14:04:37, 0.8 KB) [[attachment:fckeditor_webkit.diff]]
  • [get | view] (2009-03-25 11:09:33, 63.7 KB) [[attachment:gui link is missing with google chrome.png]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.