ckeditor / ckeditor4-angular

Official CKEditor 4 Angular component.
Other
55 stars 32 forks source link

IE11/Edge throws "Permission denied" error for "should be synced with editorData property" unit test #72

Closed f1ames closed 3 years ago

f1ames commented 4 years ago

Are you reporting a feature request or a bug?

Failing test

Provide detailed reproduction steps (if any)

See https://travis-ci.org/ckeditor/ckeditor4-angular/builds/614548847#L290.

Expected result

Test is passing without errors.

Actual result

Tests fails on fixture.detectChanges() line throwing Permission denied error.

Other details

f1ames commented 4 years ago

Let's check quickly if something can be done and if not ignore failing test on IE11.

jacekbogdanski commented 3 years ago

Looks like this issue breaks CI. Maybe it's a good idea to disable Windows-based browsers until it's resolved?

Dumluregn commented 3 years ago

BTW fixing tests for IE11 (#72 and #74) is pointless until we fix the built version for IE11 (#169) (perhaps also #181?).

Dumluregn commented 3 years ago

We have https://github.com/ckeditor/ckeditor4-angular/issues/169 fixed, so this issue is no longer blocked.

sculpt0r commented 3 years ago

:thinking: no errors after removing IE prevention in test: https://app.travis-ci.com/github/ckeditor/ckeditor4-angular/builds/235396480

CKEditorBot commented 3 years ago

Closed in https://github.com/ckeditor/ckeditor4-angular/pull/215