Opened 11 years ago

Last modified 11 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:

  1. Paste in the below source
    <table border="1" cellpadding="1" cellspacing="1" style="width: 500px; ">
    	<tbody>
    		<tr>
    			<td>
    				abc</td>
    			<td>
    				&nbsp;</td>
    		</tr>
    		<tr>
    			<td>
    				def</td>
    			<td>
    				&nbsp;</td>
    		</tr>
    	</tbody>
    </table>
    
  2. Switch to WYSIWYG
  3. Click inside editor and press CRTL+A
  4. Choose formating Normal(Div) from dropdown

Result: In all versions of IE from CKEditor 3.0, empty column will be removed.

Change History (1)

comment:1 Changed 11 years ago by Jakub Ś

Status: newconfirmed
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