Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.2
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Nov 2010 at 16:50 UTC
Updated:
14 Jun 2011 at 11:05 UTC
When I tried to use the "Custom javascript configuration" (found in "Advanced options" of the ckeditor module), I noticed that it was handling string and boolean parameters fine, but not arrays (used by config.templates_files for example).
I have created a patch which fixes the problem for one dimensional arrays.
Please note that this doesn't handle multi-dimensional arrays (used by config.toolbar_Full for example). I might have a go at it later when I'll have more time.
| Comment | File | Size | Author |
|---|---|---|---|
| ckeditor_custom_js_conf_array_fix.patch | 725 bytes | tlaurent |
Comments
Comment #1
dczepierga commented@tlaurent, really thx for report this bug and for patch but i fix it in other way and now multi-dimensional arrays are also supported.
I also fix bug with one config option written in few lines - now everything should work without problem.
Fix will be ported to D7 asap.
Greetings
Comment #2
mkesicki commentedI tested this and it works for me.
Comment #3
mkesicki commented