Changes between Initial Version and Version 1 of Ticket #4376


Ignore:
Timestamp:
Sep 11, 2009, 8:15:39 AM (15 years ago)
Author:
Frederico Caldeira Knabben
Comment:

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?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4376

    • Property Priority changed from High to Normal
    • Property Keywords WorksForMe added; noembed accessibility removed
    • Property Component changed from Accessibility to Core : Output Data
    • Property Milestone changed from FCKeditor 2.6.5 to
  • Ticket #4376 – Description

    initial v1  
    22
    33How to reproduce:
    4 1. In editor, switch to "Source" mode by click Source button on toolbar.
    5 2. Paste the following code:
    64
     5 1. In editor, switch to "Source" mode by click Source button on toolbar.
     6 2. Paste the following code:
     7
     8{{{
    79<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>
     10}}}
    811
    9 3. Click "Source" button again to switch to normal mode.
    10 4. Click "Source" button to view source, you can notice <noembed></noembed>, the content already be removed automatically like this:
     12 3. Click "Source" button again to switch to normal mode.
     13 4. Click "Source" button to view source, you can notice <noembed></noembed>, the content already be removed automatically like this:
    1114
     15{{{
    1216<embed autostart="false" showstatusbar="1" wmode="transparent" type="application/x-mplayer2" height="310" width="365" src="FileDownLoad/VideoFile/Video/Test.wmv"><noembed></noembed></embed>
    13 
     17}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy