-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Errors in the console when using on JSFiddle #930
Comments
It's definitely about the iframes. Edit: I created a local demo of ClassicEditor running inside an iframe. And it works without errors. So there's more to it than I expected. |
There's a chance that ckeditor/ckeditor5-utils#240 fixes this issue. It also describes it more precisely. |
Encountered it on https://jsfiddle.net/adsvfnn0/. We should fix this ASAP because it looks very bad and makes it impossible to create valuable JSFiddles. |
I found the root of the issue and proposed the fix in ckeditor/ckeditor5-utils#242 based on the initial contributor's PR. |
Fix: Error should not be thrown when scrolling the viewport from within an iframe in a different domain. Closes ckeditor/ckeditor5#930.
Is this a bug report or feature request? (choose one)
π Bug report
π» Version of CKEditor
1.0.0-beta.1
π Steps to reproduce
β Expected result
No errors shown.
β Actual result
Error displayed:
π Other details that might be useful
JSFiddle is inserting contents inside iframe - this might be connected.
The text was updated successfully, but these errors were encountered: