Comment #1 on issue 7458 by rablaridash: Copy/paste from View source has spaces at the end of each line http://code.google.com/p/chromium/issues/detail?id=7458
This is actually a pretty common problem with HTML in other browsers. Especially text copied from HTML tables. The pasted text very often has a space at the end of each line. However, I don't see Chrome performing consistently like this in respect to its view source option. Some of the text has a trailing space, while other lines do not. I haven't run any test cases (building HTML files using different encodings), but I am inclined to believe that it's a side effect of converting between line terminators. Those extra characters aren't necessarily /spaces/ (ASCII character 32) per se, even though they look just like them. It would require some simple testing to determine if this is the actual nature of the problem though. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
