Opened 14 years ago

Closed 10 years ago

#6269 closed Bug (fixed)

Deleted line above the table reappears in source mode

Reported by: Wiktor Walc Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

Confirmed in Chrome 5.0.375.127 @ XP, CKEditor 3.4 (I did not check otehr browsers and versions of the editor).

  • Paste the following source in source mode:
    <p>
    	&nbsp;</p>
    <table border="1" cellpadding="1" cellspacing="1" style="width: 500px; ">
    	<tbody>
    		<tr>
    			<td>
    				Sample</td>
    			<td>
    				table</td>
    		</tr>
    		<tr>
    			<td>
    				&nbsp;</td>
    			<td>
    				&nbsp;</td>
    		</tr>
    		<tr>
    			<td>
    				&nbsp;</td>
    			<td>
    				&nbsp;</td>
    		</tr>
    	</tbody>
    </table>
    
  • Switch to wysiwyg mode
  • Delete the first paragraph (it may be a bit hard, try selecting the first line with a mouse and press "del" key, etc.)
  • Result: the paragraph is gone (ok)
  • Switch to source mode
  • Result: the paragraph is back again at the top:
    <p>
    	&nbsp;</p>
    <table border="1" cellpadding="1" cellspacing="1" style="width: 500px; ">
     // ...
    

Might have something to do with #6217.

Change History (2)

comment:1 Changed 14 years ago by Wiktor Walc

Status: newconfirmed

comment:2 Changed 10 years ago by Jakub Ś

Resolution: fixed
Status: confirmedclosed

No longer reproducible in latest CKEditor 4.2.1.

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