Changes between Initial Version and Version 1 of Ticket #11283


Ignore:
Timestamp:
Dec 9, 2013, 10:58:53 AM (10 years ago)
Author:
Piotrek Koszuliński
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11283

    • Property Version changed from 4.3 to
  • Ticket #11283 – Description

    initial v1  
    2222</html>
    2323}}}
     24
    2425Now add 'text-align: center;' to the inline style in the textarea content so it becomes this:
     26
    2527{{{
    2628<!DOCTYPE html>
     
    4244</html>
    4345}}}
     46
    4447CKEditor now fails to run on load, giving this error, and leaving the editor unresponsive:
    4548
    46 {{{[Error] TypeError: 'null' is not an object (evaluating 'a.previous=this.previous')
     49{{{
     50[Error] TypeError: 'null' is not an object (evaluating 'a.previous=this.previous')
    4751        replaceWith (ckeditor.js, line 249)
    4852        upcast (ckeditor.js, line 1016)
     
    7680        (anonymous function) (ckeditor.js, line 215)
    7781}}}
     82
    7883If I take out the text-align style, it works again. I've no idea why it should break like that, I'm assuming it's a bug.
    7984
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy