When I copy a cell’s text to the windows copy buffer and then go to browser fields (like password, for example) and paste, the text is pasted with an added carriage return. Or maybe line feed. Either way, it’s something I’d rather not happen.
The problem here probably is that one cell is just a special case of one row of cells, and when pasting cells as text each row gets a line feed appended. Likely for one cell (or even one single row?) appending the line feed could be omitted in the clipboard case.
Eike Rathke committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/be13ca182d7b0b59ad0c9509200cfdc45bd15cf2 Resolves: tdf#147496 No line feed for one single cell in clipboard Doc2Text() It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Eike Rathke committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/24e213b11569400751fc54bfbeb5a5f6afdd4172 Resolves: tdf#147935 A row may have no newline character, tdf#147496 follow-up It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Xisco Fauli committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/ae761fd359f4a553e4552125f77575204d62c958 tdf#37864, tdf#147496: sc: Add UItest It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.