﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7733	Flash video not displaying due to data attribute being added to object tag	James Cunningham	Sa'ar Zac Elias	"'''Steps to reproduce the defect:'''

'''Scenario 1'''

1. Open the Ajax sample in '''IE'''.

2. Paste the following flash video into source mode.

{{{
<object width=""576"" height=""324""><param name=""movie"" value=""http://d.yimg.com/nl/cbe/paas/player.swf""></param><param name=""flashVars"" value=""vid=24944536&shareUrl=http%3A//animalvideos.yahoo.com/%3Fvid%3D24944536&startScreenCarouselUI=hide&""></param><param name=""allowfullscreen"" value=""true""></param><param name=""wmode"" value=""transparent""></param><embed width=""576"" height=""324"" allowFullScreen=""true"" src=""http://d.yimg.com/nl/cbe/paas/player.swf"" type=""application/x-shockwave-flash"" flashvars=""vid=24944536&shareUrl=http%3A//animalvideos.yahoo.com/%3Fvid%3D24944536&startScreenCarouselUI=hide&""></embed></object>
}}}

3. Switch back to WYSIWYG mode. (If you remove the editor here the video displays fine)

4. Right click on the Flash placeholder & open the Flash Properties dialog from the context menu.

5. Click OK on the Flash properties dialog.

6. Remove the editor.

'''Expected:''' The flash video is displayed.

'''Actual:''' The flash video is not displayed (see screenshot). 

'''Note:''' If you check the source you will see that CKEditor adds on a data attribute to the the object tag. 
{{{
data=""http://d.yimg.com/nl/cbe/paas/player.swf""
}}} 
If you remove this data attribute & then remove the editor the flash video displays fine.

'''Scenario 2'''

1. Open the Ajax sample in '''Firefox'''.

2. Paste the following flash video into source mode.

{{{
<object><param name=""movie"" value=""http://www.videojug.com/player?id=17b5b083-b45c-a7dd-6d7f-ff0008cb22b7""></param><embed src=""http://www.videojug.com/player?id=17b5b083-b45c-a7dd-6d7f-ff0008cb22b7"" type=""application/x-shockwave-flash"" ></embed></object>
}}}

3. Repeat steps 3 to 6 in Scenario 1 above.

'''Expected:''' The flash video is displayed.

'''Actual:''' The flash video is not displayed. 

'''Note:''' If you check the source you will see that CKEditor adds on a data attribute to the the object tag. 
{{{
data=""http://www.videojug.com/player?id=17b5b083-b45c-a7dd-6d7f-ff0008cb22b7""
}}} 
If you remove this data attribute & then remove the editor the flash video displays fine.
"	Bug	closed	Normal	CKEditor 3.6.1	General	3.5.3	fixed	IBM	Damian Teresa Monahan Satya Minnekanti
