with parallel Dev-installation of "Version 4.1.0.0.alpha0+ (Build ID: 61add5c77de1ff963b839020c77f67f14ef07de) TinderBox: Win-x86@6, Branch:master, Pull Time: 2013-03-05_00:20:08" ENGLISH UI / German Locale on German WIN7 Home Premium (64bit) with LODev/4 Masters User Profile: 1. download / unzip Test kit Attachment 76276 [details] for Bug 62114 2. Open "SampleDocument.ods" from test kit (created with LibO 3.6.5 and valid ODF1.2 due to <http://odf-validator2.rhcloud.com/odf-validator2/> Bug: Missin Hyperlink in Text in cell A1 Was still ok with 4.0.1.2 and 4.0.0.3 I tried to reproduce that with a new document from the scratch, but I failed The link is really lost after file save from 4.1, so Major due to dataloss
Confirmed. Also note that the text of the link disappears ("this"). Very strange.
Found the cause. The URL field element was inside a <text:span> element which I didn't anticipate; so the whole segment was skipped during import. I'm working on a fix for this. I can push it probably today.
Kohei Yoshida committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=665cd87e5b594a21b4a2f578564efca7b3f653b8 fdo#62116: Add failing cell content to the test file. 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.
Kohei Yoshida committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=40af04cea332e5311edab8d9c395299c15b7d4ec fdo#62116: Handle field objects with formats correctly. 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.
Kohei Yoshida committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=11637831312a7a92af9c0148aa6b1e30db4b55b2 fdo#62116: Unit test for the fix. 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.
Kohei Yoshida committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=d64b5cc1c3d232ba42479fe0a3c186ecabd25144 fdo#62116: Be sure to convert relative URLs into absolute ones. 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.
Finally fixed it to my satisfaction & added text cases for this.