Opened 8 years ago
Closed 8 years ago
#16597 closed Bug (fixed)
[IE9] Unstable copyformatting tests
Reported by: | kkrzton | Owned by: | kkrzton |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.6.0 |
Component: | General | Version: | 4.6.0 |
Keywords: | Cc: |
Description
Unit tests for copyformatting
plugin are unstable.
In about 50% runs TCs fails with Unable to get value of the property 'appendChild': object is null or undefined
producing BROKEN run. It is caused by this line https://github.com/ckeditor/ckeditor-dev/blob/major/plugins/copyformatting/plugin.js#L81 - it seems like doc.getBody().$ may not be initialized).
Other details (browser, OS, CKEditor version, installed plugins)
Checked on IE9.
Change History (4)
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 8 years ago by
Owner: | set to Marek Lewandowski |
---|---|
Status: | confirmed → review |
comment:3 Changed 8 years ago by
Owner: | changed from Marek Lewandowski to kkrzton |
---|
comment:4 Changed 8 years ago by
Milestone: | CKEditor 4.6.1 → CKEditor 4.6.0 |
---|---|
Resolution: | → fixed |
Status: | review → closed |
Fixed indeed :)
I think we fixed it during 4.6.0 testing phase in git:4c599a0e723d283abd51c9547bf4ae036084d7d9 - could you confirm it? In case it's working OK let's mark it as fixed and drop from the milestone.