Problem/Motivation
(Sorry for the indescriptive issue title, it's late...)
When two CKEditor instances are loaded on the same page with the same format, if the first has a "readonly" attribute, but the second does not, they both get initialized in readOnly-mode.
Proposed resolution
?
Remaining tasks
User interface changes
API changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | ckeditor_readonly-2291439-2.patch | 903 bytes | wim leers |
Comments
Comment #1
tstoecklerHere's a patch that works, but it feels pretty hacky.
Comment #2
wim leersGreat catch, thanks! Only rerolled to update the code comment accordingly.
No matter what, this is going to be hacky until it's fixed upstream, and then we can remove that entire code block anyway. We're tracking that at #2276187: Remove the CKEditor readonly attribute support work-around.
Comment #3
alexpottCommitted a22e231 and pushed to 8.x. Thanks!