This might be a ckeditor problem rather than this module but maybe there is a way around it or I'm missing something.

I'm embedding a PowerPoint presentation from Microsoft Web Apps. I can use either the MediaEmbed button or paste directly into the source. It's an iFrame like this:

<iframe frameborder="0" height="327" scrolling="no" src="http://r.office.microsoft.com/r/rlidPowerPointEmbed?p1=1&p2=1&p3=XXXXXXXXXXX!123&p4=" width="402"></iframe>

It works the first time but if I edit the page again the ampersands in the src attribute have changed to & and the exclamation point is %21 and it no longer works. This means that the user cannot add the presentation and then save and continue editing. It's being done by the ckeditor or the module because if I exclude this page from ckeditor I can edit in the plain text box and it doesn't change.

Is there a solution to this?

Comments

Lloyd’s picture

Same here.

mkesicki’s picture

Hi is this problem still exists in latest version (6.x-1.3 or DEV) ?.

dczepierga’s picture

Status: Active » Postponed (maintainer needs more info)
dczepierga’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

Issue is not active over 3 month so i closed it.

If problem still exists pls update to last DEV version of CKEditor module, last CKEditor library and then try to reproduce this problem again. If it doesn't help pls report it and write as much details as u can.

Greetings

franzo’s picture

Status: Closed (works as designed) » Needs work

This is still happening and is very easy to reproduce:

1. Click Source

2. Paste in iframe code like this:

<iframe src="https://foo.bar?test1=1&test2=2">...</iframe>

3. Click Source again

4. Click Source again, and now you will see:

<iframe src="https://foo.bar?test1=1&amp;test2=2">...</iframe>
mkesicki’s picture

@franzo,
try turn off using HTML Entities in CKEditor profile configuration "Advanced settings" section.