Hello, I have two problems. At first, I have new CKEditor with some own plugins. My config strangeness is disabling <p> tag, only <br /> can be used (config.enterMode = CKEDITOR.ENTER_BR; config.shiftEnterMode = CKEDITOR.ENTER_BR).
1) I take to use pseudoclasses :before and :after to display some alternative informaton in editor. For example using :after for <a> tag with displayed url. But, if I place cursor after this element and press left arrow, I obtain: "Error: Permission denied to access property 'nodeType'. Source File: .../ckeditor/ckeditor.js. Line: 385". It looks like there is one space, which is not in html code. And if I delete whole text in this tag, :before and :after info stayed and will be removed after clicking to view source. It seems that some refresh needed?
2) First using of <b>, <i>... tag with linebreak <br> inside will remove tag when deactivate it. For example: text, press <b> button, text, <br>, text, press <b> button and every bold text get unbolted. Second use of this same situation seems to be good, <b> tag is switched off without cancel previous text style as except.
I do not know if it's intelligible and if it's a bug...
Thanks!
1) I take to use pseudoclasses :before and :after to display some alternative informaton in editor. For example using :after for <a> tag with displayed url. But, if I place cursor after this element and press left arrow, I obtain: "Error: Permission denied to access property 'nodeType'. Source File: .../ckeditor/ckeditor.js. Line: 385". It looks like there is one space, which is not in html code. And if I delete whole text in this tag, :before and :after info stayed and will be removed after clicking to view source. It seems that some refresh needed?
2) First using of <b>, <i>... tag with linebreak <br> inside will remove tag when deactivate it. For example: text, press <b> button, text, <br>, text, press <b> button and every bold text get unbolted. Second use of this same situation seems to be good, <b> tag is switched off without cancel previous text style as except.
I do not know if it's intelligible and if it's a bug...
Thanks!