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

Security context pop-up on clicking preview icon in secured environment.

3 Answers 48 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Nilanjan
Top achievements
Rank 1
Nilanjan asked on 29 Dec 2008, 02:04 PM
Hello, I am using a rad editor in our application and have deployed it in the server. The server has a secured environment (https site).
On typing something in the editor and clicking the preview mode, the security context pop-up stating :-

This page contains both secure and nonsecure items. Do you want to display the nonsecure items?

Is there any way to fix or bypass this from the server end?  I do not want to configure client browser setting.


3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 30 Dec 2008, 04:51 PM
Hi Nilanjan,

Which browser are you experiencing this behavior in? I tried to reproduce it under IE 7, but unfortunately without success.

Do you experience this problem when typing or pasting content and switching to Preview mode?

If the problem appears only when switching to Preview mode, you can easily disable this mode by setting the

EditModes="Design,Html", e.g.

<telerik:RadEditor EditModes="Design,Html" id="RadEditor1" Runat="server"></telerik:RadEditor>

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Nilanjan
Top achievements
Rank 1
answered on 31 Dec 2008, 09:56 AM
Yes, i am experiencing this problem when typing or pasting content and switching to both Preview and Html mode in IE 6.

I want to keep the preview mode.

Is it possible to keep all the modes in the editor and still not get the https security pop-up when typing or pasting content and switching to Preview or Html mode ?
0
Tervel
Telerik team
answered on 06 Jan 2009, 04:59 PM
Hi Nilanjan,

The case rather looks like a bug in IE 6 that was corrected in IE 7.
HTTPS is one of the areas where client code and client controls have little or no "bargaining room". There does not seem to be a way to modify the behavior using client code. The options are to either continue seeing the message i IE6 only, or to disable HTML and Preview modes.


Best regards,
Tervel
the Telerik team

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