Opened 14 years ago

Last modified 12 years ago

#4796 closed Bug

Flash objects are output incorrectly — at Initial Version

Reported by: Garry Yao Owned by:
Priority: Normal Milestone:
Component: Core : Output Data Version: SVN (CKEditor) - OLD
Keywords: Cc:

Description

Reproducing Procedures

  1. Open 'replacebyclass' sample page and load the document with the following source:
    <p>
    <object>
    <param name="quality" value="high" />
    <param name="movie" value="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" />
    <embed quality="high" src="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" type="application/x-shockwave-flash">
    </embed>
    </object></p>
    
  2. Switch to 'Source' mode.
  • Actual Result:
    <p>
    	<object> <param name="quality" value="high" /> <param name="movie" value="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" /> <embed quality="high" src="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" type="application/x-shockwave-flash"></embed> </object></p>
    

Change History (0)

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