#2629: Autogrow does not work with default fckeditor.js file
----------------------+-----------------------------------------------------
 Reporter:  dsargent  |       Owner:     
     Type:  Bug       |      Status:  new
 Priority:  Normal    |   Milestone:     
Component:  General   |     Version:     
 Keywords:            |  
----------------------+-----------------------------------------------------
Description changed by alfonsoml:

Old description:

> 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.

New description:

 Because the fckeditor.js file stipulates a default height here[[BR]]
 {{{Line 34:  this.Height        = height   || '200' ;}}}

 Changing this line to read[[BR]]
 {{{Line 34:  this.Height        = height;}}}

 Fixes 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#comment:1>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to