Opened 16 years ago
Closed 13 years ago
#5378 closed Bug (fixed)
Paragraph inserted before table on document start
| Reported by: | Tobiasz Cudnik | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.3.1 |
| Keywords: | Cc: | aquananu |
Description
Paragraph inserted before table on document start.
Reproduce:
- Use following content:
<table> <tbody> <tr> <td> TD</td> </tr> </tbody> </table>
- Depending on a browser do following:
- IE6: Click "TD" cell
- IE7/Chrome: Open dialog using toolbar
Result:
<p> </p> <table> <tbody> <tr> <td> TD</td> </tr> </tbody> </table>
Change History (3)
comment:1 Changed 15 years ago by
| Keywords: | Pending added |
|---|---|
| Milestone: | CKEditor 3.4 |
comment:2 Changed 15 years ago by
| Cc: | aquananu added |
|---|---|
| Version: | SVN (CKEditor) → 3.3.1 |
similar is happening when a print command is given.
<p>
</p>
it get added once and then on repeating print command it doesnt
comment:3 Changed 13 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | pending → closed |
No longer reproducible in latest CKEditor 3.6.4 even when print command is used.

WFM in trunk.