-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IE11/Edge throws "Permission denied" error for "should be synced with editorData property" unit test #72
Labels
browser:ie11
The issue can only be reproduced in the Internet Explorer 11 browser.
status:confirmed
An issue confirmed by the development team.
type:failingtest
A failing test.
Milestone
Comments
f1ames
added a commit
that referenced
this issue
Nov 20, 2019
jacekbogdanski
added
status:confirmed
An issue confirmed by the development team.
type:failingtest
A failing test.
and removed
confirmed
labels
Feb 7, 2020
ezintz
added a commit
to ezintz/ckeditor4-angular
that referenced
this issue
Apr 11, 2020
* upstream/master: (124 commits) Bump acorn from 6.3.0 to 6.4.1 Update Travis config to latest spec. Disable Travis caching. Remove install unnecessary after bumping dependency. Bump Protractor dependency which contains newer webdriver-manager package. Add CHANGELOG.md to build process. Changelog updated. Started 1.1.1 development. Updated package-lock version to 1.1.0. Updated package version to 1.1.0. Updated default CDN CKEditor 4 dependency to 4.14.0. Updated deps license entry. Updated license header to 2020. Started 1.0.2 development. Updated default CDN CKEditor 4 dependency to 4.13.1. Started 1.0.1 developemnt. Changelog adjustments. NPM package files updated. Tests: Removed 'debugger' leftover. [skip ci] Tests: Ignore one failing test (see ckeditor#72). ...
Dumluregn
added
the
browser:ie11
The issue can only be reproduced in the Internet Explorer 11 browser.
label
Jul 22, 2020
Let's check quickly if something can be done and if not ignore failing test on IE11. |
Looks like this issue breaks CI. Maybe it's a good idea to disable Windows-based browsers until it's resolved? |
f1ames
added
the
status:blocked
An issue which development is blocked by another issue (internal or external one).
label
Mar 29, 2021
We have #169 fixed, so this issue is no longer blocked. |
Dumluregn
removed
the
status:blocked
An issue which development is blocked by another issue (internal or external one).
label
May 14, 2021
🤔 no errors after removing IE prevention in test: https://app.travis-ci.com/github/ckeditor/ckeditor4-angular/builds/235396480 |
Closed in #215 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
browser:ie11
The issue can only be reproduced in the Internet Explorer 11 browser.
status:confirmed
An issue confirmed by the development team.
type:failingtest
A failing test.
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 throwingPermission denied
error.Other details
1.0.0
4.13
The text was updated successfully, but these errors were encountered: