Changes between Initial Version and Version 1 of Ticket #4376
- Timestamp:
- Sep 11, 2009, 8:15:39 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4376
-
Property
Priority
changed from
High
toNormal
- Property Keywords WorksForMe added; noembed accessibility removed
-
Property
Component
changed from
Accessibility
toCore : Output Data
-
Property
Milestone
changed from
FCKeditor 2.6.5
to
-
Property
Priority
changed from
-
Ticket #4376 – Description
initial v1 2 2 3 3 How to reproduce: 4 1. In editor, switch to "Source" mode by click Source button on toolbar.5 2. Paste the following code:6 4 5 1. In editor, switch to "Source" mode by click Source button on toolbar. 6 2. Paste the following code: 7 8 {{{ 7 9 <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 }}} 8 11 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: 11 14 15 {{{ 12 16 <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 }}}