Opened 13 years ago

Last modified 8 years ago

#7017 confirmed Bug

[IE] Table cells deleted when trying to set formatting for the entire table — at Version 9

Reported by: Krzysztof Studnik Owned by:
Priority: Normal Milestone:
Component: Core : Tables Version: 3.3
Keywords: IE Discussion IBM Cc: satya_minnekanti@…

Description (last modified by Piotrek Koszuliński)

DUP with a better description: #7220.

Test/Use Case

  • clear content and insert an default empty table 3x2.

In MS Word, user is allowed to select whole table by clicking [+] in left upper corner, then it is possible to set unified format to all table cells and resizing. CKEditor also allows selection of whole table for resizing.

  • select whole table (click on the border), so the resize options are visible

Instead of resize try to change formating

  • select blue from styles combo box

Result in IE6 - part of cells are deleted

<h3 style="color: blue">
	&nbsp;</h3>
<h3 style="color: blue">
	&nbsp;</h3>
<h3 style="color: blue">
	&nbsp;</h3>
<h3 style="color: blue">
	&nbsp;</h3>
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px">
  <tbody>
	<tr>
 	<td>
		&nbsp;</td>
	</tr>
	<tr>
	</tr>
	<tr>
	<td>
		&nbsp;</td>
	</tr>
	</tbody>
</table>
<p>
	&nbsp;</p>

In CKEditor v3.5 it was not possible to select style when table resize icons were visible

Should it be possible to set formating this way? Or when resizing table, setting format should be disabled?


In Opera, formating is set outside of selected table, but without changes inside.

<h2>
	&nbsp;</h2>
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px">
	<tbody>
...

In Firefox, only first cell got formating

Change History (9)

comment:1 Changed 13 years ago by Garry Yao

Version: 3.5.1 (SVN - trunk)

There's no browser consistent way of displaying table handles among browsers, but at least we provide the path bar for achieving such a task, we just to make sure that works.

comment:2 Changed 13 years ago by Krzysztof Studnik

Status: newconfirmed
Version: 3.3

#7220 is DUP/Related

comment:3 Changed 12 years ago by Satya Minnekanti

Cc: satya_minnekanti@… added
Keywords: IBM added

comment:4 Changed 10 years ago by Jakub Ś

Keywords: IE added; IE6 removed

This is still an issue in CKEditor 4.3.2 and IE8-IE10

comment:5 Changed 8 years ago by Marek Lewandowski

Note that this problem occurs only when table cells are empty.

comment:6 Changed 8 years ago by Marek Lewandowski

Summary: Tables: Cells deleted when trying to set formating to whole table[IE] Tables: Cells deleted when trying to set formating to whole table

comment:7 Changed 8 years ago by Marek Lewandowski

Summary: [IE] Tables: Cells deleted when trying to set formating to whole table[IE] Table cells deleted when trying to set formating to whole table

comment:8 Changed 8 years ago by Anna Tomanek

Summary: [IE] Table cells deleted when trying to set formating to whole table[IE] Table cells deleted when trying to set formatting for the entire table

comment:9 Changed 8 years ago by Piotrek Koszuliński

Description: modified (diff)
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