Hi,
We're running CKEditor 6x1.3 and have noticed that if we embed Flash code from a Web app, it looks fine if we go to plain text, paste embed code and save. HOWEVER, if we edit, it hoses the box.

Here's what happens to the code:
Original code that is pasted:

CODE AFTER CKEDITOR on edit of saved piece (essentially it moves the align middle up AND changes 100% to 100 in width:

align="middle" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#vers..." height="360" id="pixtonComicViewer" width="100">

It appears that CKEditor changes the auto width variable. How can we fix this?

Comments

dczepierga’s picture

Status: Active » Postponed (maintainer needs more info)

Which version of CKEditor library do u use?
Could u try to reproduce this in demo site of CKEditor (http://ckeditor.com/demo/) and write here result of your test?

Greetings

ggevalt’s picture

Thanks for the response.

I went to the demo. While I could not "save" the piece, which seems to have something to with this error, I was able to switch Source to plain text, paste the code and then switch source to full text and it seemed to only change the positioning of "align middle" and retained the 100% width... but I could not figure out how to "save" it, so can't see how it ends up. (The flash box is blank.)

I will say, though, that I tried JUST doing this on my site (pasting and then switching to full text and then back to plain text and then back to full text AND I did it with HTML5 code which was doing the same thing) and that did replicate the error. ....

So however your demo is different from our installation is the problem. I think.

g