Opened 14 years ago
Closed 14 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:
- Switch to source mode and insert the following code:
<p> </p> <table border="1" cellpadding="1" cellspacing="1" style="width: 500px; "> <tbody> <tr><td> </td></tr> </tbody> </table> <p> </p>
- 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.
This is a DUP of #6217
@satya I have copied source code and your last note from this issue.