[Libreoffice-bugs] [Bug 108308] FILESAVE: DOCX - Hyperlink text not exported to <w:t> tag when in comments

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Jun 7 19:21:33 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=108308

Yousuf Philips (jay) <philipz85 at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |filter:docx
                 CC|                            |philipz85 at hotmail.com
            Version|unspecified                 |3.4.6 release
             Blocks|                            |107733
            Summary|Hyperlink in comments       |FILESAVE: DOCX - Hyperlink
                   |disappear after saving as   |text not exported to <w:t>
                   |docx and reopening in       |tag when in comments
                   |writer                      |

--- Comment #4 from Yousuf Philips (jay) <philipz85 at hotmail.com> ---
So the problem is that the hyperlink text isnt being exported into the <w:t>
tag. How LO exports it

<w:hyperlink r:id="rId1">
  <w:r>
    <w:rPr>
      <...>
    </w:rPr>
  </w:r>
</w:hyperlink>

How MS exports it

<w:hyperlink r:id="rId1" w:history="1">
  <w:r>
    <w:rPr>
      <...>
    </w:rPr>
    <w:t>AAAA</w:t> <!-- line that is missing in LO export -->
  </w:r>
</w:hyperlink>

(In reply to Dieter Praas from comment #3)
> But I'm not sure, if this is the behaviour described in the original bug
> report. So perhaps there are two different bugs?

Well if it isnt what Gabriel described in the description, we'll just have to
open a new bug for it.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107733
[Bug 107733] [META] Hyperlink bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170607/90f92546/attachment.html>


More information about the Libreoffice-bugs mailing list