1 | | I was looking around a little more in the history of tickets, and i found the problem i think. I was trying to insert a html5 tag: "section". This tag isn´t supported yet? because with a span everything is working well? I´m searching now if this is a bug or if i forget to enable a setting? |
| 1 | I was looking around a little more in the history of tickets, and i found the problem i think. I was trying to insert a html5 tag: "section". This tag isn´t supported yet? because with a span everything is working well? I´m searching now if this is a bug or if i forget to enable a setting? |
| 2 | |
| 3 | I don´t know if it is important but, |
| 4 | This is the element that i´m creating: |
| 5 | {{{ |
| 6 | |
| 7 | var html = "<section data-cid='1' data-vid='1'>plain text</insert>"; |
| 8 | var htmlElement= CKEDITOR.dom.element.createFromHtml( html, editor.document ); |
| 9 | }}} |