Opened 14 years ago
Last modified 14 years ago
#7289 closed Bug
Can't remove empty paragraph first in document that's followed by a table — at Initial Version
Reported by: | merixzon | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IBM | Cc: | magnus@…, satya_minnekanti@… |
Description ¶
It does not appear to be possible to remove an empty paragraph in the beginning of a document, which is followed by a table.
To reproduce:
- 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, as far as I can tell. Can't get rid of it using delete or backspace.
(this also applies to header tags. If you start the document with "<h1>Hello</h1>" instead, you can remove the text in wysiwyg, but you'll be left with "<h1> </h1>".
Tested with Firefox 3.6.13 and Chrome 9 on Linux, and have heard similar reports from Chrome/Windows users.