Opened 13 years ago
Closed 10 years ago
#8915 closed Bug (fixed)
Pagebreak jumps to top of Number/Bullet list when we navigate to HTML Source & back to Rich text
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IBM | Cc: | Damian, Teresa Monahan |
Description
To reproduce the defect:
- Open any CK Editor sample & insert a Numbered list with 4 list items.
- Keep cursor at end of 2nd list item & click on Insert Page break for Printing icon.
- Page break inserted between 2nd & 3rd list items.
- Switch to HTML Source & back to Rich text.
Issue: Page break jumps to top of Numbered list.
Same issue happens with Bulleted list
Change History (4)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|---|
Version: | → 3.0 |
comment:2 Changed 13 years ago by
I would think that the most valid behavior would be to preserve the list structure.
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Not reproducible any more. Now the pagebreak is inserted in the list item.
Reproducible in all browsers from CKEditor 3.0.
If you look at the code with Firebug (before switching to source) you will notice that page-break gets inserted in the list (between li items and not in one of li items). When you switch to source and back - dataProcessor is fixing this - moving div from the list.
I assume that most valid behavior is page-break splitting list in two. Can you confirm @satya.
When fixing this issue please also have a look at #6091 as there might be one solution for those two.