You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This causes the DOM parser to fail on the <!--StartFragment--> comment, more specifically in the function normalizeTagName. There it tries to lower-case the tag name of a Node but Comment nodes have no tag name.
A fix is in the make, you can expect a PR very soon!
The text was updated successfully, but these errors were encountered:
bantic
added a commit
to mixonic/content-kit-editor
that referenced
this issue
Jan 5, 2016
When copying a simple paragraph from Google Docs on a non-Windows Chrome (in my case Linux), the resulting HTML looks like this:
This case is handled in mobiledoc-kit. However, when you copy the same thing on the Windows-version of Chrome, you get this:
This causes the DOM parser to fail on the
<!--StartFragment-->
comment, more specifically in the functionnormalizeTagName
. There it tries to lower-case the tag name of a Node but Comment nodes have no tag name.A fix is in the make, you can expect a PR very soon!
The text was updated successfully, but these errors were encountered: