Changes between Initial Version and Version 1 of Ticket #10422


Ignore:
Timestamp:
May 15, 2013, 1:10:34 PM (11 years ago)
Author:
Jakub Ś
Comment:

Problem can be reproduced from CKEditor 4 beta. In 3.x branch when you switched to source you could see alert being called. Nothing like this is happening in CKE 4.x.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10422

    • Property Status changed from new to confirmed
    • Property Version changed from 4.1.1 to 4.0 Beta
  • Ticket #10422 – Description

    initial v1  
    11The function never fires,if config.fillEmptyBlocks is a function,although there are empty elements and a &nbsp; is placed instead just as if config.fillEmptyBlocks was true [<div class="block">&nbsp;</div>]
    22If config.fillEmptyBlocks=false it works as expected [<div class="block"></div>]
    3 
     3{{{
    44config.fillEmptyBlocks = function( element )
    55        {
     
    88                        return false;
    99        }
     10}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy