Opened 16 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 Alfonso Martínez de Lizarrondo)

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&amp;size=false&amp;aplay=false&amp;autorew=true&amp;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&amp;size=false&amp;aplay=false&amp;autorew=true&amp;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 16 years ago by Alfonso Martínez de Lizarrondo

Description: modified (diff)
Keywords: Pending WorksForMe added
Priority: HighNormal

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?

comment:2 Changed 16 years ago by Frederico Caldeira Knabben

Resolution: expired
Status: newclosed

comment:3 Changed 16 years ago by Josef Kufner

Resolution: expired
Status: closedreopened
Version: FCKeditor 2.6.2FCKeditor 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:

  1. open http://www.fckeditor.net/demo
  2. click "Add/edit Flash" toolbar button
  3. enter /_userfiles/flash/Yellow_Runners.swf to URL input, click ok
  4. click "Source" toolbar button, tag embed has src="/_userfiles/flash/Yellow_Runners.swf"
  5. click "Source" toolbar button twice (switch to wysiwyg and back to source)
  6. 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 Josef Kufner

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 Alfonso Martínez de Lizarrondo

Resolution: worksforme
Status: reopenedclosed
Version: FCKeditor 2.6.3FCKeditor 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.

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