Opened 13 years ago

Closed 13 years ago

#8108 closed Bug (duplicate)

IE & Safari : Can't remove empty paragraph first in document that's followed by a table

Reported by: Satya Minnekanti Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: IBM Cc: Damian, Teresa Monahan

Description

To reproduce the defect:

  1. Switch to source mode and insert the following code:
      <p>&nbsp;</p>
      <table border="1" cellpadding="1" cellspacing="1" style="width: 500px; ">
        <tbody>
         <tr><td>&nbsp;</td></tr>
        </tbody>
      </table>
      <p>&nbsp;</p>
  1. Switch back to wysiwyg. Now there's an empty paragraph at the top which can't be removed in the wysiwyg mode, we can't get rid of it using delete or backspace.

Tested with IE6,IE7,IE8, IE9 & Safari 5.0.3

Similar issue was reported for FF in #7289 which is closed.

Change History (1)

comment:1 Changed 13 years ago by Jakub Ś

Resolution: duplicate
Status: newclosed

This is a DUP of #6217

@satya I have copied source code and your last note from this issue.

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