fbreuer / qute-html5

Qute Text Editor - built with web technologies
http://www.inkcode.net/qute
GNU Affero General Public License v3.0
127 stars 6 forks source link

when copying text from qute newlines disappear #34

Open fbreuer opened 12 years ago

fbreuer commented 12 years ago

this is probably caused by the behaviour of copy in Firefox. \n is ignored, and
is translated as newline.

the workaround is to handle ctrl-c manually. but that can wait.