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

            Bug ID: 129989
           Summary: Inserting a row in a table resets list numbers
           Product: LibreOffice
           Version: 6.0 all versions
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: devine...@gmail.com

Description:
In a table in Writer where a row contains a numbered list, inserting a row will
affect the list.


Steps to Reproduce:
1. Create table
2. Insert a row
3. Create a numbered list in row
4. Insert new row

Actual Results:

Before insert:
|----------------------------|
|  1) foo                    |
|----------------------------|

After insert of new row:
|----------------------------|
|  1)                        |
|----------------------------|
|  2) foo                    |
|----------------------------|

Expected Results:

Before insert:
|----------------------------|
|  1) foo                    |
|----------------------------|

After insert of new row:
|----------------------------|
|                            |
|----------------------------|
|  1) foo                    |
|----------------------------|


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 6.0.7.3
Build ID: 1:6.0.7-0ubuntu0.18.04.10
CPU threads: 2; OS: Linux 5.3; UI render: default; VCL: gtk3; 
Locale: en-US (en_US.UTF-8); Calc: group

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

Reply via email to