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

            Bug ID: 114996
           Summary: Link to External Data shows extraneous tables when
                    only one exists
           Product: LibreOffice
           Version: 5.4.4.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: [email protected]
          Reporter: [email protected]

Description:
When trying to import data from a file with only one table, three tables are
shown.

Steps to Reproduce:
1. Create "table.html" with the following contents:
<table>
  <tr><th>Asset</th><th>Balance</th></tr>
  <tr><td>USD</td><td>10</td></tr>
  <tr><td>EUR</td><td>20</td></tr>
</table>

2. Sheet -> Link to External Data
3. Browse to that file
4. Press Enter twice

Actual Results:  
Three tables are shown

Expected Results:
Only one table should be shown


Reproducible: Always


User Profile Reset: No



Additional Info:
If the table also has an id, four tables will be shown:

<table id="buggy">
  <tr><th>Asset</th><th>Balance</th></tr>
  <tr><td>USD</td><td>10</td></tr>
  <tr><td>EUR</td><td>20</td></tr>
</table>



User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/63.0.3239.132 Safari/537.36

-- 
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