hectorguo / CKEditor-Markdown-Plugin

Markdown Plugin for CKEditor
http://hectorguo.github.io/CKEditor-Markdown-Plugin/
112 stars 24 forks source link

InvalidCharacterError: Failed to execute 'add' on 'DOMTokenList': The token provided ('cke_source cke_reset cke_enable_context_menu') #16

Closed itsdarrylnorris closed 8 years ago

itsdarrylnorris commented 8 years ago

Does not work with Drupal 8. I'm trying to build a Drupal 8 module with this libraries and I run into this issue. InvalidCharacterError: Failed to execute 'add' on 'DOMTokenList': The token provided ('cke_source cke_reset cke_enable_context_menu')

screen shot 2016-03-21 at 3 00 00 am
hectorguo commented 8 years ago

This issue has been fixed line #49. If you download from github, it will work well.

itsdarrylnorris commented 8 years ago

I download it from Github and I still got the same issue.

davidgiga1993 commented 8 years ago

Had the same issue. As it turns out, you can't use the "Basic Package" of CKEditor. You need the "Standard Package".