[Libreoffice-bugs] [Bug 112429] New: officeooo:rsid multiplies the links
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Sep 16 15:37:37 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=112429
Bug ID: 112429
Summary: officeooo:rsid multiplies the links
Product: LibreOffice
Version: 5.2.7.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: minor
Priority: medium
Component: Writer
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: regivanx at gmail.com
Created attachment 136289
--> https://bugs.documentfoundation.org/attachment.cgi?id=136289&action=edit
With officeooo:rsid, links are multiplied
Hello,
_ create a new document,
_ write a hypertext, linked to localhost for example,
_ save, close, and reopen the file in LibreOffice,
_ in the middle of the hypertext, write a new text,
_ save, close, and reopen the file in LibreOffice.
There are now three hyperlinks (one with automatic style T2, which has a unique
identifier in <office:automatic-styles/>) instead of just one.
Instead of:
<text:a xlink:type="simple" xlink:href="http://localhost/"
text:style-name="Internet_20_link"
text:visited-style-name="Visited_20_Internet_20_Link">Hello <text:span
text:style-name="T2">small </text:span>world!</text:a>
we have:
<text:a xlink:type="simple" xlink:href="http://localhost/"
text:style-name="Internet_20_link"
text:visited-style-name="Visited_20_Internet_20_Link">Hello </text:a><text:a
xlink:type="simple" xlink:href="http://localhost/"
text:style-name="Internet_20_link"
text:visited-style-name="Visited_20_Internet_20_Link"><text:span
text:style-name="T2">small </text:span></text:a><text:a xlink:type="simple"
xlink:href="http://localhost/" text:style-name="Internet_20_link"
text:visited-style-name="Visited_20_Internet_20_Link">world!</text:a>
Thus, at each new edition of the links, the links are multiplied.
Of course, this bug disappears if officeooo:rsid is disabled in the options.
--
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/20170916/f43a3a86/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list