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

Video Bleeding thru, next selected page

1 Answer 41 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jeff
Top achievements
Rank 1
Jeff asked on 04 Feb 2009, 06:37 PM
Has anyone seen where, i select a file from the database and load the html into the rad editor, I select a video wmv file from the media manager, then save the file back to the db and then open a new file - and the previuosly selected .wmv file shows over top of the newly selected file.

please advise.

currently using 

Version=2008.3.1105.20,

thanks,

Jeff

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 09 Feb 2009, 12:35 PM
Hello Jeff,

Could you please try to reproduce this browser behavior by enabling the modal browser dialogs of RadEditor? You can use the code below to enable them:

<script type="text/javascript"> 
function OnClientLoad(editor) 

    editor.set_useClassicDialogs(true); 

</script> 
<telerik:RadEditor ID="RadEditor1" OnClientLoad="OnClientLoad"  runat="server">
    <Content>
</Content>
</telerik:RadEditor>

More information is available in the following KB article: Using browser modal dialog instead of RadWindow.

Sincerely,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Jeff
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or