https://bugs.documentfoundation.org/show_bug.cgi?id=119928
--- Comment #17 from Eike Rathke <[email protected]> --- Maybe. But as people do not seem to read the source code comment as I mentioned in comment 11 especially along with bug 113571 I'm copy-pasting it here: + // Plain text ("Unformatted text") may contain embedded tabs and + // line breaks but is not enclosed in quotes. Which makes it + // unsuitable for multiple cells, especially if one of them is + // multi-line, but otherwise is expected behavior for plain text. + // For multiple cells replace embedded line breaks (and tabs) with + // space character, otherwise pasting would yield odd results. + /* XXX: it's debatable whether this is actually expected, but + * there's no way to satisfy all possible requirements when + * copy/pasting unformatted text. */ -- You are receiving this mail because: You are the assignee for the bug.
