Ticket #8385: wysiwygarea-plugin.patch

File wysiwygarea-plugin.patch, 824 bytes (added by z.kwiecinski, 13 years ago)

Patch for 8385 - tested in IE6

  • _source/plugins/wysiwygarea/plugin.js

    Index:_source/plugins/wysiwygarea/plugin.js
     
    802802                                                {
    803803                                                        domDocument.on( 'selectionchange', function()
    804804                                                        {
    805                                                                 var body = domDocument.getBody(),
     805                                                                var range= null, body = domDocument.getBody();
     806                                                                if (editor != null && editor.getSelection() != null) {
    806807                                                                        range = editor.getSelection().getRanges()[ 0 ];
    807 
    808                                                                 if ( body.getHtml().match( /^<p>&nbsp;<\/p>$/i )
     808                                                                }
     809                                                                if ( range && body.getHtml().match( /^<p>&nbsp;<\/p>$/i )
    809810                                                                        && range.startContainer.equals( body ) )
    810811                                                                {
    811812                                                                        // Avoid the ambiguity from a real user cursor position.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy