#3171: plugin:flash incorrect content inserted
-----------------------+----------------------------------------------------
 Reporter:  garry.yao  |       Owner:              
     Type:  Bug        |      Status:  new         
 Priority:  Normal     |   Milestone:  CKEditor 3.0
Component:  General    |     Version:              
 Keywords:             |  
-----------------------+----------------------------------------------------
 === Reproducing Procedures ===
  1. Open  the ''replace by code'' example page;
  1. Delete all the content within document;
  1. Open ''flash'' dialog and fill in url with : ''http://f.friendster-
 tweakers.com/rsc/swf/clock/fsdbp.swf'', specify width with '100', height
 with '100', click Ok to insert the flash.
  * Actual Result : The style is been attached to the wrapping paragraph
 element.
 {{{
 <p>
         <p height="100" width="100">
                 <object classid="clsid:d27cdb6e-ae6d-11cf-
 96b8-444553540000"
 
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0";
 height="100" width="100"><param name="quality" value="high"></param><param
 name="movie" value="http://f.friendster-
 tweakers.com/rsc/swf/clock/fsdbp.swf"></param><embed height="100"
 pluginspage="http://www.macromedia.com/go/getflashplayer"; quality="high"
 src="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf";
 type="application/x-shockwave-flash" width="100"></embed></object></p>
         <br />
 </p>
 }}}
  * Expected Result :
 {{{
 <p>
                 <object classid="clsid:d27cdb6e-ae6d-11cf-
 96b8-444553540000"
 
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0";
 height="100" width="100"><param name="quality" value="high"></param><param
 name="movie" value="http://f.friendster-
 tweakers.com/rsc/swf/clock/fsdbp.swf"></param><embed height="100"
 pluginspage="http://www.macromedia.com/go/getflashplayer"; quality="high"
 src="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf";
 type="application/x-shockwave-flash" width="100"></embed></object>
         <br />
 </p>
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3171>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to