Opened 10 years ago

Last modified 10 years ago

#11622 confirmed Bug

No indentation of cell content possible if table cell is inside a list item

Reported by: ndeuma Owned by:
Priority: Normal Milestone:
Component: Core : Tables Version: 3.0
Keywords: Cc:

Description

Steps to reproduce:

  • Create an unordered list with two items
  • Inside the second list item, insert a table, insert some text in the table cells
  • Inside the table cell, click "Indent"

Actual behavior:

  • The second list item is indented

Expected behavior:

  • The text inside the table cell is indented

Attachments (1)

CK Editor Bug 01.png (52.0 KB) - added by ndeuma 10 years ago.

Download all attachments as: .zip

Change History (2)

Changed 10 years ago by ndeuma

Attachment: CK Editor Bug 01.png added

comment:1 Changed 10 years ago by Jakub Ś

Keywords: tables lists indentation removed
Status: newconfirmed
Version: 4.3.33.0
<ul>
	<li>test</li>
	<li>
	<table border="1" cellpadding="1" cellspacing="1" style="width:500px">
		<tbody>
			<tr>
				<td>test</td>
			</tr>
		</tbody>
	</table>
	</li>
</ul>

Problem can be reproduced from CKEditor 3.0. It seems it has always worked that way.

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