Ticket #1574: PaddingNode.patch

File PaddingNode.patch, 712 bytes (added by Matthias Miller, 16 years ago)
  • editor/_source/classes/fckeditingarea.js

     
    128128
    129129                this.Window._FCKEditingArea = this ;
    130130
     131                // The PaddingNode must be recreated since its parent document was
     132                // destroyed. Otherwise, IE will throw a "Permission Denied" error.
     133                FCKDomTools.PaddingNode = null ;
     134
    131135                // FF 1.0.x is buggy... we must wait a lot to enable editing because
    132136                // sometimes the content simply disappears, for example when pasting
    133137                // "bla1!<img src='some_url'>!bla2" in the source and then switching
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy