Changes between Initial Version and Version 1 of Ticket #9814, comment 10


Ignore:
Timestamp:
May 7, 2014, 3:18:30 PM (11 years ago)
Author:
Bram
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9814, comment 10

    initial v1  
    33
    44I'm not familiar enough with the CKEditor code base to just dive in and check if the editor uses '''isContentEditable'''. If that is the case I think we have found the origin of this issue.
     5
     6Update: after some googling if found the following line of code that confirms my suspicion: [https://github.com/ckeditor/ckeditor-dev/blob/master/core/dom/node.js#L727]. The '''isReadOnly''' function will return false for hidden '''contenteditable=true''' elements in chrome. I'm not sure when or where this read only check is called but it guess it's not being called when the visibility of the element changes, causing the element to be stuck in read only mode.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy