Changes between Initial Version and Version 1 of Ticket #6308


Ignore:
Timestamp:
Sep 27, 2010, 12:11:37 PM (14 years ago)
Author:
Krzysztof Studnik
Comment:

Confirmed. After applying provided change, editor resizes itself depending on window size

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6308

    • Property Status changed from new to confirmed
    • Property Keywords HasPatch added; resize removed
  • Ticket #6308 – Description

    initial v1  
    77The same issue probably applies to "horizontal" resize_dir, but with a height CSS style.
    88
    9 Both issues can be fixed by changing the editor resize function call in resize/plugin.js to:
     9Both issues can be fixed by changing the editor resize function call in resize/plugin.js line43 to:
     10{{{
    1011  editor.resize( resizeHorizontal ? width : null, resizeVertical ? height : null );
    11 
     12}}}
    1213This will cause the width/height to only be changed when necessary.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy