Opened 17 years ago
Closed 16 years ago
#2384 closed Bug (worksforme)
Tag object: Switching to wysiwyg mode changes param "movie" to "about:blank"
Reported by: | Josef Kufner | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.6.2 |
Keywords: | Pending WorksForMe | Cc: |
Description (last modified by )
Hello,
try insert this code to fckeditor in source mode and switch to wysiwyg and back. (It is same when form is loaded.)
<object width="320" height="240" align="" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" id="movie"> <param name="movie" value="http://www.prokrasnetelo.cz/data/player.swf?file=/data/reportaz-vareni.flv&size=false&aplay=false&autorew=true&title=" /> <param name="bgcolor" value="#ffffff" /> <embed width="320" height="240" align="" bgcolor="#FFFFFF" src="http://www.prokrasnetelo.cz/data/player.swf?file=/data/reportaz-vareni.flv&size=false&aplay=false&autorew=true&title=" quality="high" name="movie" type="application/x-shockwave-flash" plug="" inspage="http://www.macromedia.com/go/getflashplayer"> </embed> </object>
It will change
<param name="movie" value="...">
to
<param name="movie" value="about:blank">
so there is no way to edit texts with videos by our users.
Thank you!
Josef Kufner.
Change History (5)
comment:1 Changed 17 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Pending WorksForMe added |
Priority: | High → Normal |
comment:2 Changed 16 years ago by
Resolution: | → expired |
---|---|
Status: | new → closed |
comment:3 Changed 16 years ago by
Resolution: | expired |
---|---|
Status: | closed → reopened |
Version: | FCKeditor 2.6.2 → FCKeditor 2.6.3 |
Hello again and sorry for that looong delay...
I tested current demo (http://www.fckeditor.net/demo) for this bug in this way:
- open http://www.fckeditor.net/demo
- click "Add/edit Flash" toolbar button
- enter /_userfiles/flash/Yellow_Runners.swf to URL input, click ok
- click "Source" toolbar button, tag embed has src="/_userfiles/flash/Yellow_Runners.swf"
- click "Source" toolbar button twice (switch to wysiwyg and back to source)
- now tag embed has src="about:blank"
I used Iceweasel 3.0.1 and Iceape 1.1.12 (Mozilla and Firefox from Debian Linux).
When I use Arora 0.4 (webkit), Firefox 3.0.3 (from Solaris) or IE 6.0, it works correctly.
comment:4 Changed 16 years ago by
Hm, i've tested it with clean profile but with same extensions (both icewasel and iceape) and it works.
comment:5 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | reopened → closed |
Version: | FCKeditor 2.6.3 → FCKeditor 2.6.2 |
So it's a problem with your profile, and not a bug in the editor.
BTW, the version field reflect the oldest version where the bug is present, it doesn't make sense to bump it, because if the bug isn't present in the current version then the ticket should be closed. That way it's possible to track when a bug was introduced.
I've tested the four browsers and it's working fine for me in all of them.
Could you please provide any additional info to reproduce the issue?