Changes between Initial Version and Version 1 of Ticket #13630, comment 6


Ignore:
Timestamp:
Nov 1, 2016, 2:49:28 PM (7 years ago)
Author:
madis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13630, comment 6

    initial v1  
    66So lending the solution of setting src to "about:blank" fixes it for me:
    77
     8{{{
    89beforeDestroy: function (event) {
    910  var iframe = event.editor.document.$.defaultView.frameElement;
    1011  iframe.src = "about:blank";
    1112},
     13}}}
    1214
    1315
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy