Ticket #8247 (closed Bug: fixed)
IE: throwing an error when we apply Alignment to entire page content containing Page break at the end
| Reported by: | satya | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.6.3 |
| Component: | General | Version: | 3.6 |
| Keywords: | IBM IE | Cc: | damo, tmonahan |
Description
To reproduce the defect:
- Open any sample type few paragraphs of text & click on Insert Page break icon.
- See that Page break is inserted at the end of text.
- Select all the content in Editor using Ctrl + A and click on Align Right icon.
Expected Result: All paragraphs are aligned to the right.
Actual Result: we are getting an Error. Error is 'null' is null or not an object
Attachments
Change History
comment:1 Changed 22 months ago by j.swiderski
- Status changed from new to confirmed
- Keywords IE added
comment:2 Changed 14 months ago by garry.yao
- Status changed from confirmed to review
- Owner set to garry.yao
Patch deals with the case where block iterator is invoked on a collapsed range inside of an empty paragraph.
Note: See
TracTickets for help on using
tickets.

Reproducible from CKEditor 3.6 rev [6904].
JS ERROR:
Message: Can’t get property „getNextSourceNode”: object is empty or undefined
Line: 88
URI: /3.6.1/ckeditor/_source/plugins/domiterator/plugin.js
NOTE: The first "Align Right" produces JS error, The second moves the contents to the right.