Opened 7 years ago

Closed 7 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 7 years ago by kkrzton

Status: newconfirmed

comment:2 Changed 7 years ago by Marek Lewandowski

Owner: set to Marek Lewandowski
Status: confirmedreview

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.

comment:3 Changed 7 years ago by kkrzton

Owner: changed from Marek Lewandowski to kkrzton

comment:4 Changed 7 years ago by kkrzton

Milestone: CKEditor 4.6.1CKEditor 4.6.0
Resolution: fixed
Status: reviewclosed

Fixed indeed :)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy