Changes between Initial Version and Version 1 of Ticket #11283
- Timestamp:
- Dec 9, 2013, 10:58:53 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11283
-
Property
Version
changed from
4.3
to
-
Property
Version
changed from
-
Ticket #11283 – Description
initial v1 22 22 </html> 23 23 }}} 24 24 25 Now add 'text-align: center;' to the inline style in the textarea content so it becomes this: 26 25 27 {{{ 26 28 <!DOCTYPE html> … … 42 44 </html> 43 45 }}} 46 44 47 CKEditor now fails to run on load, giving this error, and leaving the editor unresponsive: 45 48 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') 47 51 replaceWith (ckeditor.js, line 249) 48 52 upcast (ckeditor.js, line 1016) … … 76 80 (anonymous function) (ckeditor.js, line 215) 77 81 }}} 82 78 83 If 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. 79 84