Ticket #7076: 7076.patch

File 7076.patch, 713 bytes (added by Garry Yao, 14 years ago)
  • _source/plugins/wysiwygarea/plugin.js

     
    364364                        // Ensure bogus br could help to move cursor (out of styles) to the end of block. (#7041)
    365365                        var pathBlock = path.block || path.blockLimit;
    366366                        if ( pathBlock && !pathBlock.getBogus() )
     367                        {
     368                                editor.fire( 'updateSnapshot' );
     369                                restoreDirty( editor );
    367370                                pathBlock.appendBogus();
    368                 }
     371                        }
     372                }
    369373
    370374                // When enterMode set to block, we'll establing new paragraph only if we're
    371375                // selecting inline contents right under body. (#3657)
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy