[geeklog-cvs] Geeklog-1.x/public_html/fckeditor/editor/plugins/autogrow fckplugin.js, 1.4, 1.5

Blaine Lang blaine at qs1489.pair.com
Sun May 4 20:35:30 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/plugins/autogrow
In directory qs1489.pair.com:/tmp/cvs-serv85146/editor/plugins/autogrow

Modified Files:
	fckplugin.js 
Log Message:
Upgraded the FCKeditor to version 2.6 Final - latest release April 7/08

Index: fckplugin.js
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/plugins/autogrow/fckplugin.js,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** fckplugin.js	9 Feb 2008 12:53:59 -0000	1.4
--- fckplugin.js	5 May 2008 00:35:26 -0000	1.5
***************
*** 1,5 ****
  /*
   * FCKeditor - The text editor for Internet - http://www.fckeditor.net
!  * Copyright (C) 2003-2007 Frederico Caldeira Knabben
   *
   * == BEGIN LICENSE ==
--- 1,5 ----
  /*
   * FCKeditor - The text editor for Internet - http://www.fckeditor.net
!  * Copyright (C) 2003-2008 Frederico Caldeira Knabben
   *
   * == BEGIN LICENSE ==
***************
*** 64,67 ****
--- 64,74 ----
  
  		window.frameElement.height = iMainFrameSize ;
+ 
+ 		// Gecko browsers use an onresize handler to update the innermost
+ 		// IFRAME's height. If the document is modified before the onresize
+ 		// is triggered, the plugin will miscalculate the new height. Thus,
+ 		// forcibly trigger onresize. #1336
+ 		if ( typeof window.onresize == 'function' )
+ 			window.onresize() ;
  	}
  }
***************
*** 90,92 ****
  }
  
! FCK.Events.AttachEvent( 'OnStatusChange', FCKAutoGrow_CheckEditorStatus ) ;
\ No newline at end of file
--- 97,99 ----
  }
  
! FCK.Events.AttachEvent( 'OnStatusChange', FCKAutoGrow_CheckEditorStatus ) ;




More information about the geeklog-cvs mailing list