Fixed Copy Paste from Notes include html elements

truonglv

Well-known member
As the title when I copy text from Notes (Mac OS X El Capitan) then paste in Editor. It is include some HTML elements.

Code:
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; -webkit-text-stroke: #000000} span.s1 {font-kerning: none}

Testing text.
 
I do not get it.
If you switch to BBcode editor before you paste text, than it will paste only pure raw text without any extra html elements
 
Just to put a stop to this back and forth:

Yes a workaround is to paste the content as plain text but it doesn't change the fact that the CSS coming through from the Notes app isn't ideal.

There is therefore potentially a bug we can fix here. We do attempt to clean up pasted content where possible and so ideally we can try and clean this up too.

In the meantime, the workaround mentioned above should be used.
 
This actually looks like a Chrome 54 change as I couldn't reproduce it on 53. Regardless, fixed now, thanks.
 
Top Bottom