<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:vstuart.foote@utsa.edu" title="V Stuart Foote <vstuart.foote@utsa.edu>"> <span class="fn">V Stuart Foote</span></a>
</span> changed
<a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Copying an underlined word from an html document loses underline property"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=132773">bug 132773</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>markus.mohrhard@googlemail.com, mikekaganski@hotmail.com, vstuart.foote@utsa.edu
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Copying an underlined word from an html document loses underline property"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=132773#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Copying an underlined word from an html document loses underline property"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=132773">bug 132773</a>
from <span class="vcard"><a class="email" href="mailto:vstuart.foote@utsa.edu" title="V Stuart Foote <vstuart.foote@utsa.edu>"> <span class="fn">V Stuart Foote</span></a>
</span></b>
<pre>Not clear this is a LibreOffice import filter issue. Looking at a clipboard
content viewer (Nirsoft's InsideClipboard) seems more that the copy to
clipboard function for the browser impacts usefulness of the inline CSS applied
to the copied content.
Checking results of clipboard paste when opening the sample HTML in each of
Chrome, Edge, and Firefox are quite different. Paste Special content from MS
Edge browser receives the Underline decoration.
Clipboard contents for Chrome's (81.0.4044.129) HTML Format 49414 include the
CSS for the span.
00000240 30 70 78 3B 20 74 65 78 74 2D 64 65 63 6F 72 61 0px; text-decora
00000250 74 69 6F 6E 3A 20 75 6E 64 65 72 6C 69 6E 65 3B tion: underline;
but the text does not receive the underline decoration.
Contrasted with MS Edge (44.18362.449.0) HTML Format 49414 also includes CSS
for the span; and does style the text with underline.
00000180 20 6C 65 66 74 3B 20 74 65 78 74 2D 64 65 63 6F left; text-deco
00000190 72 61 74 69 6F 6E 3A 20 75 6E 64 65 72 6C 69 6E ration: underlin
000001A0 65 3B 20 74 65 78 74 2D 69 6E 64 65 6E 74 3A 20 e; text-indent:
While the Firefox (75.0) HTML Format 49414 does not include the CSS for the
span. And has no decoration as I'd expect.
Also, the index (acting as prioroty for import) is sequenced differently for
each of the browsers clipboard export.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>