Skkay

Results 3 comments of Skkay

I encounter the same issue with `monaco.editor.colorizeElement`, reproducible in the Monaco Editor playground. ### How to reproduce the bug Playground https://microsoft.github.io/monaco-editor/playground.html#creating-the-editor-syntax-highlighting-for-html-elements Leave Javascript as default: ```js monaco.editor.colorizeElement(document.getElementById('code')); ``` Set HTML...

Same issue with CKEditor version 4.19.0, 4.18.0, 4.17.0, 4.16.2, 4.16.1. Steps to reproduce (with a checkbox): - Toggle editor to source mode - Add `` - Toggle editor to WYSIWYG...

Same issue with a backed enum: Example: ```php