Bug Copying from a code block copies html

There is a bug in this version
X

Xon

Guest
If you copy from a code block (inline or otherwise), instead of formatting being vaguely copied as expected it dumps a bunch of HTML goops into the editor.

PHP:

Code:
line1;
line2;
line3;
Copying "line2;" will paste something like line2<span>;</span>

Continue reading...