Hacker News new | ask | show | jobs
by geoah 4137 days ago
OSX Chrome 40 64bit issue: Pasting text copied from anything that support formatting via html will retain font/size from copied text and thus BS font will not being used. Even Cmd+a and removing the text will retain wrong font.
2 comments

That's OS X default behavior for rich text editing controls. You're supposed to us "Paste and Match Style" instead of just "Paste" if you don't want to retain the original formatting attributes.
Thanks. I think the contenteditable div was to blame. I changed this to a textarea, should fix that problem.