-
Notifications
You must be signed in to change notification settings - Fork 4
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
bundling issues #5
Comments
Hey, I see you have also raised the same issue at the ckeditor repository - ckeditor/ckeditor4-releases#11 (comment) which is cool. I just take the output of that project and wrap it in a nuget library so one they have sorted it out I'll rewrap the package. I'll keep this issue going until the other one is resolved Thanks Mark |
Is there any way in which we can help in debugging this issue? I've seen the ticket with source maps, but we still haven't decided what to do there. I'd debug it by myself, but I haven't used mvc bundler before. Here's an unminified package of CKEditor, I hope it will make the debugging process easier: You can build it by yourself in the future with:
The release will be created in the "build" folder. Once you find the invalid line, just report it @ http://dev.ckeditor.com |
Our working workaround: |
Alright, so if anyone else encounters
and is willing to help in resolving this issue, then please use the unminified version of CKEditor and report what code exactly is causing it. Check the error console and paste a couple of relevant lines from ckeditor.js so that we could locate it (a line number may not help). |
CKEDITOR.dom.selection.prototype = { And no loop here: CKEDITOR.dom.selection.prototype = { |
Did anyone happen to find a solution to this issue? I have tried replacing the breaks with a return false but this breaks the code. P.S. I am trying to use CKEditor 4 with an ASP.NET Core project. |
this nuget package currently causes problem with the mvc bundler
ckeditor/ckeditor4-releases#11
"run-time error JS1019: Can't have 'break' outside of loop: break a"
i consolidate all my scripts into 1... cannot do this right now due to ckeditor.js
The text was updated successfully, but these errors were encountered: