Opened 15 years ago
Closed 15 years ago
#6077 closed Bug (fixed)
Page Break bug
Reported by: | Alex Malikov | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | IE | Cc: | 625alex@…, pavel.jbanov@… |
Description
In ticket #5079, page break element was changed from DIV to SPAN. As the result, page breaks don't work anymore, because CSS page-break-after properties only apply to block-level elements.
Change History (4)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Component: | Core : Output Data → General |
---|---|
Keywords: | IE added; page break plugin removed |
Milestone: | → CKEditor 3.4 |
Status: | new → confirmed |
It works well with Firefox, but I can confirm the issue with IE8, unfortunately.
It looks like we need to review the new solution, eventually reverting the changes.
comment:3 Changed 15 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|---|
Status: | confirmed → assigned |
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
There is additional side effect due changes for ticket #5709.
Text with line breaks that was created prior to change will not display line breaks in WYSIWYG mode.