This is a migrated thread and some comments may be shown as answers.

vedio removal problem

1 Answer 39 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Gyan
Top achievements
Rank 1
Gyan asked on 19 Jun 2013, 08:56 AM
I have a Telerik project that I created with VS2010.  The problem I'm having is as follows: 

 In IE9 when i upload a video and play it in rad editor it works fine.But in design made when i select the video and then try to  delete it the selection box goes away but video stays and continues to play and then i scroll anywhere video box also scrolls with scroll bar.
I am using this code.
<div>
        <telerik:RadScriptManager runat="server" ID="RadScriptManager1" />
        <telerik:RadEditor ID="ed1" runat="server" Width="722px" Height="750px">
            <Content>
                    <OBJECT  height='400px' width='600px' id='VIDEO' style='position:absolute;left:50px;top:50px;border:1px solid lightgray;'
                     CLASSID = 'CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6'type=application/x-oleobject>
                     <param name=URL value='NewFolder1\Wildlife.wmv'/>
                     </OBJECT>
            </Content>
        </telerik:RadEditor>
    </div>

1 Answer, 1 is accepted

Sort by
0
Ivaylo
Telerik team
answered on 20 Jun 2013, 12:40 PM
Hello Gyan,

Thank you for your question.

We have tested the scenario and can confirm that the described behavior is observed. However, this is not an Editor's bug, but rather browser-specific behavior. You can confirm this yourself by creating a sample web page and placing a video in an editable iframe. For your convenience I have attached one such example.

You can easily observe that exactly the same scenario is replicated in the plain iframe element. Unfortunately, I cannot provide any suitable workaround for the moment.

I hope that the provided information was helpful. Feel free to contact us if you have any other questions.

Regards,
Ivaylo
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Editor
Asked by
Gyan
Top achievements
Rank 1
Answers by
Ivaylo
Telerik team
Share this question
or