Opened 14 years ago
Closed 14 years ago
#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 Minnekanti | Owned by: | Garry Yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.6.3 |
| Component: | General | Version: | 3.6 |
| Keywords: | IBM IE | Cc: | Damian, Teresa Monahan |
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 (1)
Change History (6)
comment:1 Changed 14 years ago by
| Keywords: | IE added |
|---|---|
| Status: | new → confirmed |
Changed 14 years ago by
| Attachment: | 8247.patch added |
|---|
comment:2 Changed 14 years ago by
| Owner: | set to Garry Yao |
|---|---|
| Status: | confirmed → review |
Patch deals with the case where block iterator is invoked on a collapsed range inside of an empty paragraph.
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
| Milestone: | → CKEditor 3.6.3 |
|---|---|
| Status: | review → review_passed |
comment:5 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review_passed → closed |
Fixed with [7410].

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.