Opened 10 years ago
Closed 10 years ago
#13132 closed Bug (fixed)
[Adv. toolbar conf] The editor does not work in build version. Nothing happens on edit.
Reported by: | Piotrek Koszuliński | Owned by: | Artur Delura |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.0 Beta |
Component: | General | Version: | 4.5.0 Beta |
Keywords: | Cc: |
Description
Change History (7)
comment:1 Changed 10 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 10 years ago by
Owner: | set to Artur Delura |
---|---|
Status: | confirmed → assigned |
comment:3 Changed 10 years ago by
comment:4 Changed 10 years ago by
Why did you change editor address? Just check the samples that are in the dev/builder/release/ckeditor/samples folder.
comment:5 Changed 10 years ago by
The problem was caused by CKBuiler code minification. In here there is created a local variable CKEDITOR
and then by using eval function into this variable is assigned editorConfig
function and then executed. It breaks because minified code looks like:
(function() { eval(a); ({}).editorConfig(d); c = d })();
comment:7 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
Fixed on major with git:8b2157e.
Do you have more information how to reproduce this issue? I built version using
dev/builder/build.sh
and changed editor address to../../dev/builder/release/ckeditor/ckeditor.js
in toolbar configuratorindex.html
file.