Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.9
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2012 at 22:08 UTC
Updated:
13 Dec 2012 at 22:15 UTC
Comments
Comment #1
dczepierga commentedIf this value is changed when u switching from source code (where u pasting iframe code) to wysiwig mode, then u probably have enabled "HTML entities" in CKEditor profile ("Advanced options" section). So if it enabled pls disable it.
When value is changed only after save of node, then u must check filters settings in your text formats in Drupal.
I hope does it help u :) If not pls write i will try to find other solution for this problem...
Greetings
Comment #2
Patricia_W commentedThanks for the suggestion ... the "&" is changing when I toggle between source and wysiwyg mode. I disabled the HTML entities setting but it makes no difference.
Comment #3
dczepierga commentedOk, so u can try to use this config option: http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.forc...
Paste following code to CKEditor profile in Custom JavaScript ("Advanced options" section):
config.forceSimpleAmpersand = true;It should help in your case.
Greetings
Comment #4
Patricia_W commentedThat appears to have fixed the problem. Now I have to figure out why the &start setting is not working but that is not a Drupal problem. After all, the problem was I was using &start and should have been using ?start. Nonetheless your assistance was valuable.
Thanks
Comment #5
mkesicki commented