fckeditor producing (unwanted?) code

Use GitHub to post bug reports and error descriptions for phpwcms. Describe your problem detailed!
Locked
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

fckeditor producing (unwanted?) code

Post by update »

Hi all!

I got a problem with the fckeditor:

when I start a new article (or edit an existing one), I paste some copied text (plain html, plain text ...) into the editor area. I add some formatting. I save the article. Everything is fine.

Then I add another text and save again and have the following code in my Page's source:

Code: Select all

<div id="mozilla-image-toolbar-div" style="border: medium none ; padding: 0px; float: left; position: absolute; top: 0px; left: 0px; z-index: 100; display: none;">
<box id="mozilla-image-toolbar" hidden="false">
<toolbar class="toolbar-primary chromeclass-toolbar" mode="icons">
<toolbarbutton label="" class="mozilla-image-toolbar" id="imageToolbarSaveImage">
</toolbarbutton>
<toolbarbutton label="" class="mozilla-image-toolbar" id="imageToolbarCopyImage">
</toolbarbutton><toolbarbutton label="" class="mozilla-image-toolbar" id="imageToolbarEmailImage" style="display: none;">
</toolbarbutton>
<toolbarbutton label="" class="mozilla-image-toolbar" id="imageToolbarPrintImage" style="display: none;">
</toolbarbutton>
<toolbarbutton label="" class="mozilla-image-toolbar" id="imageToolbarOpenFolder">
</toolbarbutton>
</toolbar>
</box>
</div>
<link href="chrome://imagetoolbar/content/imagetoolbar.css" type="text/css" rel="stylesheet"/>
<link href="chrome://browser/skin/imagetoolbar.css" type="text/css" rel="stylesheet"/>
(I've inserted some linebreaks - originally it is an endless worm of code)

I cannot see it doing any harm, but it is really not intended.

I'm playing with 1.1.9

Has anybody any idea?

Greetings

Claus
brans

Post by brans »

this doesn't really seem like a phpwcms / mozilla problem! I guess you should ask at the FCKEDITOR Page for some solution and come back here if you've got anything. To me it really looks like a mozilla <-> fck related problem.
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Post by update »

Hi Brans,

thank you.

I've posted this question in the fckeditor forum.
When answered / solved, I will come back to this topic.

Claus
Locked