<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Inserting a row in a table resets list numbers"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=129989">129989</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Inserting a row in a table resets list numbers
</td>
</tr>
<tr>
<th>Product</th>
<td>LibreOffice
</td>
</tr>
<tr>
<th>Version</th>
<td>6.0 all versions
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>UNCONFIRMED
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Writer
</td>
</tr>
<tr>
<th>Assignee</th>
<td>libreoffice-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>devinebob@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>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</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>