Opened 15 years ago

Last modified 12 years ago

#4376 confirmed Bug

Contents already be removed in <noembed></noembed> section. — at Version 1

Reported by: Jeff Chu Owned by:
Priority: Normal Milestone:
Component: Core : Output Data Version: 3.0
Keywords: IE8 IE7 Cc:

Description (last modified by Frederico Caldeira Knabben)

In FCKeditor 2.6.4, I insert a Flash object tag into editor with "Source" mode, and I switch to "WYSIWYG" editing mode, and switch to "Source" again, the content in <noembed></noembed> inside the EMBED tag will be removed automatically.

How to reproduce:

  1. In editor, switch to "Source" mode by click Source button on toolbar.
  2. Paste the following code:
<embed autostart="false" showstatusbar="1" wmode="transparent" type="application/x-mplayer2" height="310" width="365" src="FileDownLoad/VideoFile/Video/Test.wmv"><noembed>THIS CONTENT WILL BE REMOVED.</noembed></embed>
  1. Click "Source" button again to switch to normal mode.
  2. Click "Source" button to view source, you can notice <noembed></noembed>, the content already be removed automatically like this:
<embed autostart="false" showstatusbar="1" wmode="transparent" type="application/x-mplayer2" height="310" width="365" src="FileDownLoad/VideoFile/Video/Test.wmv"><noembed></noembed></embed>

Change History (2)

comment:1 Changed 15 years ago by Frederico Caldeira Knabben

Component: AccessibilityCore : Output Data
Description: modified (diff)
Keywords: WorksForMe added; noembed accessibility removed
Milestone: FCKeditor 2.6.5
Priority: HighNormal

I've tested it with both the FCKeditor trunk and CKEditor and it works for me. I've precisely execute the described steps to reproduce and the noembed contents got preserved.

Do you have more information on this?

Changed 15 years ago by Jeff Chu

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy