Opened 9 years ago

Last modified 9 years ago

#12741 confirmed Bug

The table in a list item gets deleted when clicking enter

Reported by: Inga Owned by:
Priority: Normal Milestone:
Component: Core : Lists Version: 4.4.3
Keywords: IBM Cc: irinauru@…, satya_minnekanti@…

Description

Steps to reproduce:

  1. Insert numbered list and insert a table in it

2.Place a cursor after the table, and hit ENTER

Expected: new numbered list item should be added Actual: the previous list item with the table is deleted.

Issue happens in all browsers

Change History (4)

comment:1 Changed 9 years ago by Wiktor Walc

Status: newconfirmed
Version: 4.4.64.4.3

Looks like it was introduced in 4.4.3. I used this code to reproduce:

<ol>
	<li>
	<table border="1" cellpadding="1" cellspacing="1" style="width:500px">
		<tbody>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
			</tr>
		</tbody>
	</table>

	<p>&nbsp;</p>
	</li>
</ol>

comment:2 Changed 9 years ago by Irina

Cc: irinauru@… added

comment:3 Changed 9 years ago by Satya Minnekanti

Cc: satya_minnekanti@… added

comment:4 Changed 9 years ago by Jakub Ś

Keywords: All Browsers removed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy