Opened 15 years ago

Closed 14 years ago

#4199 closed Bug (duplicate)

[Safari] Click outside table result weird

Reported by: Garry Yao Owned by:
Priority: Normal Milestone: CKEditor 3.1
Component: Core : Styles Version:
Keywords: Safari Cc:

Description

Reproducing Procedures

  1. Open the 'replace by class' sample page in Safari;
  2. Load the following content:
    <table border="1" cellpadding="1" cellspacing="1" style="width: 200px; ">
    	<tbody>
    		<tr>
    			<td>
    				&nbsp;</td>
    			<td>
    				&nbsp;</td>
    		</tr>
    	</tbody>
    </table>
    
  3. Click at the spaces before the table( outside );
    • Actual Result:
      <p>
      	&nbsp;</p>
      <table border="1" cellpadding="1" cellspacing="1" style="width: 200px; ">
      	<tbody>
      		<tr>
      			<td>
      				&nbsp;</td>
      			<td>
      				&nbsp;</td>
      		</tr>
      	</tbody>
      </table>
      <p>
      	&nbsp;</p>
      <table border="1" cellpadding="1" cellspacing="1" style="width: 200px; ">
      </table>
      
    • Expected Result:
      <p>
      	&nbsp;</p>
      <table border="1" cellpadding="1" cellspacing="1" style="width: 200px; ">
      	<tbody>
      		<tr>
      			<td>
      				&nbsp;</td>
      			<td>
      				&nbsp;</td>
      		</tr>
      	</tbody>
      </table>
      

Change History (2)

comment:1 Changed 14 years ago by styu

The same error in IE (only visible in source mode).

comment:2 Changed 14 years ago by Garry Yao

Resolution: duplicate
Status: newclosed

DUP of #4621.

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