#1835: Embed tag src attribute value appears to be modified by InsertHtml
--------------------+-------------------------------------------------------
Reporter: eallik | Type: Bug
Status: new | Priority: Normal
Milestone: | Component: General
Version: | Keywords:
--------------------+-------------------------------------------------------
Inserting HTML using InsertHtml results in the src URL attribute being
replaced by a site root relative path.
The following HTML:
{{{
<embed type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
src="http://delfi.laborint.com/r/videoplayer/mediaplayer.swf?0.07093275174449953"
play="true" loop="true" menu="true"
flashvars="&image=/picserver/s/orig/public/video/water_balloon_copy_24.mpeg.flv0000.jpg&file=/picserver/s/video/public/water_balloon_copy_24.mpeg.flv"
width="300" height="225" allowfullscreen="true"></embed>
}}}
gets transformed to:
{{{
<embed width="300" height="225" allowfullscreen="true"
flashvars="&image=/picserver/s/orig/public/video/water_balloon_copy_24.mpeg.flv0000.jpg&file=/picserver/s/video/public/water_balloon_copy_24.mpeg.flv"
menu="true" loop="true" play="true"
src="../../videoplayer/mediaplayer.swf?0.07093275174449953"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash"></embed>
}}}
Tested with both Windows and OS X Firefox 2. Windows Safari 3 does not
seem to have this problem.
--
Ticket URL: <http://dev.fckeditor.net/ticket/1835>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac