Opened 14 years ago
Last modified 9 years ago
#7017 confirmed Bug
[IE] Table cells deleted when trying to set formatting for the entire table
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 )
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"> </h3> <h3 style="color: blue"> </h3> <h3 style="color: blue"> </h3> <h3 style="color: blue"> </h3> <table border="1" cellpadding="1" cellspacing="1" style="width: 500px"> <tbody> <tr> <td> </td> </tr> <tr> </tr> <tr> <td> </td> </tr> </tbody> </table> <p> </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> </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 14 years ago by
Version: | 3.5.1 (SVN - trunk) |
---|
comment:3 Changed 13 years ago by
Cc: | satya_minnekanti@… added |
---|---|
Keywords: | IBM added |
comment:4 Changed 11 years ago by
Keywords: | IE added; IE6 removed |
---|
This is still an issue in CKEditor 4.3.2 and IE8-IE10
comment:6 Changed 9 years ago by
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 9 years ago by
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 9 years ago by
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 9 years ago by
Description: | modified (diff) |
---|
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.