Changes between Initial Version and Version 1 of Ticket #2629


Ignore:
Timestamp:
Aug 2, 2009, 11:55:19 AM (15 years ago)
Author:
Alfonso Martínez de Lizarrondo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2629

    • Property Summary changed from Autogrow does not work with defualt fckeditor.js file to Autogrow does not work with default fckeditor.js file
  • Ticket #2629 – Description

    initial v1  
    1 Because the fckeditor.js file stipulates a default height here
    2 Line 34:  this.Height   = height   || '200' ;
    3 Changing this line to read
    4 Line 34:  this.Height   = height;
    5 Fix's the problem. 
     1Because the fckeditor.js file stipulates a default height here[[BR]]
     2{{{Line 34:  this.Height        = height   || '200' ;}}}
     3
     4Changing this line to read[[BR]]
     5{{{Line 34:  this.Height        = height;}}}
     6
     7Fixes the problem. 
     8
    69This 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.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy