Opened 14 years ago
Closed 11 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> </p> <table border="1" cellpadding="1" cellspacing="1" style="width: 500px; "> <tbody> <tr> <td> Sample</td> <td> table</td> </tr> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </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> </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
Status: | new → confirmed |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
No longer reproducible in latest CKEditor 4.2.1.