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

--- Comment #3 from [email protected] ---
Sorry, I meant LibreOffice. Just tested it in V.5.1.0.3, the bug is still
there.
In the meantime I was able to narrow down the bug somewhat. Misinterpretation
of the ampersand character in the query string occurs when clipboard html text
contains the URL like so:

<!--StartFragment--><a
href="http://example.com/index.php?oid=1&pid=2";>Linktext</a><!--EndFragment-->

If the html text fragment is given with "&amp;" like so:

<!--StartFragment--><a
href="http://example.com/index.php?oid=1&amp;pid=2";>Linktext</a><!--EndFragment-->

then LO understands the pasted link correctly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to