Opened 14 years ago
Closed 14 years ago
#8200 closed Bug (invalid)
Inserting Page break inside table body
Reported by: | Krzysztof Studnik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | 3.0 |
Keywords: | Cc: |
Description (last modified by )
Not sure if it is a bug or expected behaviour.
Environment
FF, Chrome, IE8 Ubuntu/WinXp
TC
- Insert default table
- While cursor is in first cell in first row, press Page Break button.
Result:
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;"> <tbody> <tr> <td> <p> </p> <div style="page-break-after: always;"> <span style="display: none;"> </span></div> <p> </p> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> </tbody> </table> <p> </p>
Is it expected that page break is allowed inside table cell?
Change History (2)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Based on http://dev.ckeditor.com/ticket/4696#comment:3 and that HTML validator doesn't see that as an error I see no reason why page break shouldn't be allowed in table cell.