Hi all,
I got a problem with the fckeditor? My configuration: firefox (1.0), fckeditor (2.0) within phpwcms (1.1.9).
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:
<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.
Has anybody any idea?
Greetings
Claus
I got a problem with the fckeditor? My configuration: firefox (1.0), fckeditor (2.0) within phpwcms (1.1.9).
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:
<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.
Has anybody any idea?
Greetings
Claus