[Libreoffice-bugs] [Bug 132770] New: Underline words from HTML document do not appear
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed May 6 13:15:50 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=132770
Bug ID: 132770
Summary: Underline words from HTML document do not appear
Product: LibreOffice
Version: 6.4.3.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: hi-angel at yandex.ru
# Steps to reproduce (in terms of terminal commands)
$ cat test.html
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0,
user-scalable=yes" />
<title>test2</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
</style>
<!--[if lt IE 9]>
<script
src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<ins>
Test
</ins>
</body>
</html>
$ lowriter test.html
## Expected
Word "Test" that appears in lowriter is underlined (same as what you would see
if you open the test.html in a browser)
## Actual
"Test" is not underlined
--
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/20200506/165f47cb/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list