Opened 12 years ago
Last modified 12 years ago
#9438 confirmed Bug
[IE]: Formatting Normal (Div) removes empty table cells.
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.4.3 |
Keywords: | IE | Cc: |
Description
To reproduce:
- Paste in the below source
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px; "> <tbody> <tr> <td> abc</td> <td> </td> </tr> <tr> <td> def</td> <td> </td> </tr> </tbody> </table>
- Switch to WYSIWYG
- Click inside editor and press CRTL+A
- Choose formating Normal(Div) from dropdown
Result: In all versions of IE from CKEditor 3.0, empty column will be removed.