@artf there's an issue with CKE and grapes. Go to your Newsletter demo, double click the text on a button and check the inspector. We are getting _The specified element mode is not supported on element: "a"_ which is a CKE issue (as far as I know). Any ideas? Probably something to add to the CKE config. Just not sure what and how :)
Hi @kickbk,
You can try to add
CKEDITOR.dtd.$editable.a = 1;
@maryia-kabash seems to work. Thanks!
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Hi @kickbk,
You can try to add
CKEDITOR.dtd.$editable.a = 1;