Changes between Initial Version and Version 2 of Ticket #14279


Ignore:
Timestamp:
Jan 5, 2016, 2:46:10 PM (8 years ago)
Author:
Jakub Ś
Comment:

I have tried reproducing this issue in Safari 9.0 on Mac 10.11 and in Chrome on Windows. In both cases nothing happened as expected.

I have tried version 4.5.4-4.5.6 and full package. I could not reproduce it. I have used below code. Did I do something wrong?

CKEDITOR.dtd.$editable.td = 1;
var editor = CKEDITOR.replace( 'editor1', {
	allowedContent : true
});

Could you provide more details perhaps?


By the way, why are you modifying dtd? Are you perhaps trying to create a widget? If so why couldn't you use this option for defining table column as editable: http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget.definition-property-editables

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14279

    • Property Status changed from new to pending
    • Property Version changed from 4.5.4 to
  • Ticket #14279 – Description

    initial v2  
    88        <tbody>
    99            <tr>
    10                 <td width="100%" contenteditable="true"><td>
     10                <td width="100%" contenteditable="true"></td>
    1111            <tr>
    1212        </tbody>
     
    1515        <tbody>
    1616            <tr>
    17                 <td width="100%" contenteditable="true"><td>
     17                <td width="100%" contenteditable="true"></td>
    1818            <tr>
    1919        </tbody>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy