To reproduce in calc: 1) write an email address in a cell 2) Hit Enter 3) Select the cell 4) Ctrl+C 5) Open gedit/notepad or another plain text editor 6) Ctrl+V
Hi Alberto, thanks for the report. I can confirm this. (Would not be surprised if there is a relation with bug 67094 ) Regards, Cor
See the problem already in 4.1.0 beta1
(In reply to comment #1) > (Would not be surprised if there is a relation with bug 67094 ) That's something completely different.
Spotted the likely cause, working on a fix.
Btw, same result when referring the cell in a formula, e.g. A1: foo@example.org A2: =A1 Result appears to be empty but is in fact U+0001 that is not displayed. A3: =UNICODE(A2) results in 1
Eike Rathke committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=1ecdc7aaf661e97a33cf521f553481d79cd26de2 resolved fdo#67249 use ScFieldEditEngine to resolve field content The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Pending review for 4-1 as https://gerrit.libreoffice.org/5106
(In reply to comment #3) > That's something completely different. But luckily my false thought gave you the opportunity to step in quickly ;)
Eike Rathke committed a patch related to this issue. It has been pushed to "libreoffice-4-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=8a42cb382fc1fff6ed0c57b33762080cdc0bd5a4&h=libreoffice-4-1 resolved fdo#67249 use ScFieldEditEngine to resolve field content It will be available in LibreOffice 4.1.1. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.