I can reproduce this:
Test newline
test newline
test newline
test newline
Code: Select all
new TextBox();
//paste text from mac
new WebClient().UploadString(copiedAndPastedTextWithNewLineFromMac);
//Read text on server: "Test newline?test newline?test newline?test newline"
This happens on BOTH Safari AND Chrome on Mac.
Some users say it happens AS they are typing. I cannot reproduce this.