#2629: Autogrow does not work with defualt fckeditor.js file
----------------------+-----------------------------------------------------
 Reporter:  dsargent  |       Owner:     
     Type:  Bug       |      Status:  new
 Priority:  Normal    |   Milestone:     
Component:  General   |     Version:     
 Keywords:            |  
----------------------+-----------------------------------------------------
 Because the fckeditor.js file stipulates a default height here
 Line 34:  this.Height   = height   || '200' ;
 Changing this line to read
 Line 34:  this.Height   = height;
 Fix's the problem.
 This was a very frustrating bug to figure out with many hours wasted
 tracking it down, in the least the plugin source should be documented to
 note this problem.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2629>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to