[Libreoffice-bugs] [Bug 123085] New: <time> tag not pasted / not recognized

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Jan 31 11:38:55 UTC 2019


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

            Bug ID: 123085
           Summary: <time> tag not pasted / not recognized
           Product: LibreOffice
           Version: 6.1.3.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: rs at comunica2.net

Description:
HTML content surrounded inside a <time> copied from the webbrowser will return
nothing when pasted to a writer document. Could lead to some important and
unnoticed data loss. 

Steps to Reproduce:
1. create a test.html file with the following: 
<html lang="en" dir="ltr" prefix="content:
http://purl.org/rss/1.0/modules/content/  dc: http://purl.org/dc/terms/  foaf:
http://xmlns.com/foaf/0.1/  og: http://ogp.me/ns#  rdfs:
http://www.w3.org/2000/01/rdf-schema#  schema: http://schema.org/  sioc:
http://rdfs.org/sioc/ns#  sioct: http://rdfs.org/sioc/types#  skos:
http://www.w3.org/2004/02/skos/core#  xsd: http://www.w3.org/2001/XMLSchema# ">
  <head>
    <meta charset="utf-8" />
    <title>HTML time tag bug</title>
  </head>
  <body>
    <time datetime="1949-02-02T12:00:00Z" class="datetime">1949-02-02</time>
  </body>
</html>

2. open it in a browser and click Alt+AA (select all)
3. open a writer document and click Alt+V (paste)
4. change Options > Load/Save > HTML compatibility > Import unknown HTML tags
as fields
5. try paste again. 
6. In the comments it shows the opening and closing tag proving that the pasted
data did actually arrive (not a OS paste issue). 

Actual Results:
Nothing is pasted

Expected Results:
1949-02-02 is pasted


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Build ID: 1:6.1.3~rc2-0ubuntu0.16.04.1
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: kde4; 
Locale: en-US (en_US.UTF-8); Calc: group threaded

-- 
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/20190131/459d4b70/attachment.html>


More information about the Libreoffice-bugs mailing list