|
Rank: Newbie Groups: Member
Joined: 11/12/2008 Posts: 7
|
I have designed a page that is using the new HTML editor to format messages to be emailed and/or displayed on a separate page. Our QA and Production environments utilize https. When I try to access the page with the HTML editor contol in our QA environment I recieve the popup asking if I want to display secure and non-secure information. I have also confirmed if I remove the editor control from the same page I do not receive the dual mode popup.
Is there a way to configure the control to run in a https site without receiving the popup?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I believe this is an issue with IE 6 only. IE 7 has since fixed the problem and you should not get the error message. Unfortunately we are not aware of a configuration settings to silent this message. We will look into it and see if we can find a workaround.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 11/12/2008 Posts: 7
|
I have a user that is using IE7 and is still getting this message. Any thoughts?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
That should be easily verifiable. There is no reason for it to occur on some IE 7 but not others. Do you get the message with IE 7 also?
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 11/12/2008 Posts: 7
|
I am currently running IE6 and have other applications that I support that are not IE7 compliant so I can not upgrade. I will try to verify the behovior with another user.
|
|
Rank: Newbie Groups: Member
Joined: 4/2/2009 Posts: 4
|
Hi, I am also using the HTML editor over an SSL connection and I am getting the popup saying "this page contains secure and non-secure items". I am testing with IE 7. We are using EO.Web version 6.0.44.2 Here is the code on the editor page:
Code: Visual Basic.NET
<eo:Dialog runat="server" id="FileExplorerDialog1" Width="320px" Height="216px" ControlSkinID="None"
HeaderHtml="Dialog Title" CloseButtonUrl="00020440" AllowResize="True" HeaderHtmlFormat='<div style="padding-top:4px">{0}</div>'
HeaderImageUrl="00020441" HeaderImageHeight="27" MinWidth="150" MinHeight="100" AcceptButton="OK"
CancelButton="Cancel">
<ContentTemplate>
<eo:FileExplorerHolder runat="server" id="Explorer1" Width="710px" Height="350px"></eo:FileExplorerHolder>
<div style="padding: 10px 10px 10px 10px; text-align:right;">
<asp:Button Runat="server" ID="OK" Text="OK" style="width:80px"></asp:Button>
<asp:Button Runat="server" ID="Cancel" Text="Cancel" style="width:80px"></asp:Button>
</div>
</ContentTemplate>
<FooterStyleActive CssText="padding-right: 4px; padding-left: 4px; font-size: 8pt; padding-bottom: 4px; padding-top: 4px; font-family: tahoma"></FooterStyleActive>
<HeaderStyleActive CssText="background-image:url(00020442);color:#444444;font-family:'trebuchet ms';font-size:10pt;font-weight:bold;padding-bottom:7px;padding-left:8px;padding-right:0px;padding-top:0px;"></HeaderStyleActive>
<ContentStyleActive CssText="background-color:#f0f0f0;font-family:tahoma;font-size:8pt;padding-bottom:4px;padding-left:4px;padding-right:4px;padding-top:4px"></ContentStyleActive>
<BorderImages BottomBorder="00020409,00020429" RightBorder="00020407,00020427" TopRightCornerBottom="00020405,00020425"
TopRightCorner="00020403,00020423" LeftBorder="00020406,00020426" TopLeftCorner="00020401,00020421"
BottomRightCorner="00020410,00020430" TopLeftCornerBottom="00020404,00020424" BottomLeftCorner="00020408,00020428"
TopBorder="00020402,00020422"></BorderImages>
</eo:Dialog>
<eo:CallbackPanel runat="server" ID="CallbackPanel1" Triggers="{ControlID:Parameter:}" Height="300px"
Width="500px" LoadingHTML="Please wait...">
<eo:Editor id="Editor1" Width="780px" Height="600px" runat="server" OnSave="save_click" TextAreaCssFile="~\EOWebDemo.css"
SpellCheckerID="SpellChecker1" ColorPickerID="ColorPicker1" ToolBarSet="Full" HighlightColor="255, 255, 192"
HTMLBodyCssClass="demo_editor_body" FileExplorerDialogID="FileExplorerDialog1" FileExplorerUrl="~/editor/file_explorer/Explorer.aspx">
<BreadcrumbItemStyle CssText="border-right: darkgray 1px solid; padding-right: 3px; border-top: darkgray 1px solid; margin-top: 1px; padding-left: 3px; font-size: 12px; padding-bottom: 1px; border-left: darkgray 1px solid; padding-top: 1px; border-bottom: darkgray 1px solid; font-family: tahoma"></BreadcrumbItemStyle>
<BreadcrumbItemHoverStyle CssText="border-right: darkgray 1px solid; padding-right: 3px; border-top: darkgray 1px solid; margin-top: 1px; padding-left: 3px; font-size: 12px; padding-bottom: 1px; border-left: darkgray 1px solid; padding-top: 1px; border-bottom: darkgray 1px solid; font-family: tahoma; background-color:#e0e0e0;"></BreadcrumbItemHoverStyle>
<EmoticonDropDownStyle CssText="border-top: gray 1px solid; border-right: gray 1px solid; padding-right: 2px; border-top: gray 1px; padding-left: 2px; padding-bottom: 2px; border-left: gray 1px solid; padding-top: 2px; border-bottom: gray 1px solid; background-color: #fafafa"></EmoticonDropDownStyle>
<BreadcrumbLabelStyle CssText="padding-right: 6px; padding-left: 6px; font-size: 12px; padding-top: 1px; font-family: tahoma"></BreadcrumbLabelStyle>
<BreadcrumbItemSeparatorStyle CssText="width: 3px; height: 10px"></BreadcrumbItemSeparatorStyle>
<HeaderStyle CssText="border-right: gray 1px solid; border-top: gray 1px solid; border-left: gray 1px solid; border-bottom: gray 1px"></HeaderStyle>
<BreadcrumbDropDownStyle CssText="border-top: gray 1px solid; border-right: gray 1px solid; padding-right: 2px; border-top: gray 1px; padding-left: 2px; padding-bottom: 2px; border-left: gray 1px solid; padding-top: 2px; border-bottom: gray 1px solid; background-color: #fafafa"></BreadcrumbDropDownStyle>
<EditAreaStyle CssText="border-right: gray 1px solid; padding-right: 0px; border-top: gray 1px solid; padding-left: 0px; padding-bottom: 0px; border-left: gray 1px solid; padding-top: 0px; border-bottom: gray 1px solid"></EditAreaStyle>
<EmoticonStyle CssText="background-color:white;border-bottom-color:#c5d3ed;border-bottom-style:solid;border-bottom-width:1px;border-left-color:#c5d3ed;border-left-style:solid;border-left-width:1px;border-right-color:#c5d3ed;border-right-style:solid;border-right-width:1px;border-top-color:#c5d3ed;border-top-style:solid;border-top-width:1px;padding-bottom:2px;padding-left:2px;padding-right:2px;padding-top:2px;"></EmoticonStyle>
<FooterStyle CssText="border-right: gray 1px solid; padding-right: 2px; border-top: gray 1px; padding-left: 2px; padding-bottom: 2px; border-left: gray 1px solid; padding-top: 2px; border-bottom: gray 1px solid; background-color: #fafafa"></FooterStyle>
<TabButtonStyles>
<SelectedStyle CssText="border-right: #335ea8 1px solid; padding-right: 6px; border-top: #335ea8 1px solid; padding-left: 6px; font-size: 12px; padding-bottom: 2px; border-left: #335ea8 1px solid; padding-top: 2px; border-bottom: #335ea8 1px solid; font-family: tahoma; background-color: white"></SelectedStyle>
<NormalStyle CssText="border-right: #335ea8 1px; padding-right: 7px; border-top: #335ea8 1px; padding-left: 7px; font-size: 12px; padding-bottom: 3px; border-left: #335ea8 1px; padding-top: 3px; border-bottom: #335ea8 1px; font-family: tahoma; background-color: white"></NormalStyle>
<HoverStyle CssText="border-right: #335ea8 1px solid; padding-right: 6px; border-top: #335ea8 1px solid; padding-left: 6px; font-size: 12px; padding-bottom: 2px; border-left: #335ea8 1px solid; padding-top: 2px; border-bottom: #335ea8 1px solid; font-family: tahoma; background-color: #c2cfe5"></HoverStyle>
</TabButtonStyles>
</eo:Editor>
</eo:CallbackPanel>
<eo:ColorPicker id="ColorPicker1" runat="server" ControlSkinID="None">
<TextBoxStyle CssText="border-right: #7f9db9 1px solid; border-top: #7f9db9 1px solid; border-left: #7f9db9 1px solid; border-bottom: #7f9db9 1px solid"></TextBoxStyle>
<PopupStyle CssText="border-right: #999999 1px solid; border-top: #999999 1px solid; font-size: 10pt; border-left: #999999 1px solid; color: #0751b8; border-bottom: #999999 1px solid; font-family: arial; background-color: white"></PopupStyle>
</eo:ColorPicker>
<eo:SpellChecker id="SpellChecker1" runat="server" DialogID="SpellCheckerDialog1"></eo:SpellChecker>
<eo:SpellCheckerDialog id="SpellCheckerDialog1" Width="320px" Height="216px" runat="server" ControlSkinID="None"
CloseButtonUrl="00070301" BackColor="#ECE9D8" HeaderHtml="Spell Checker">
<FooterStyleActive CssText="padding-right: 4px; padding-left: 4px; font-size: 8pt; padding-bottom: 4px; padding-top: 4px; font-family: tahoma"></FooterStyleActive>
<HeaderStyleActive CssText="padding-right: 3px; padding-left: 8px; font-weight: bold; font-size: 10pt; background-image: url(00020113); padding-bottom: 3px; color: white; padding-top: 0px; font-family: 'trebuchet ms';"></HeaderStyleActive>
<ContentStyleActive CssText="padding-right: 4px; padding-left: 4px; font-size: 8pt; padding-bottom: 4px; padding-top: 4px; font-family: tahoma"></ContentStyleActive>
<BorderImages BottomBorder="00020112" RightBorder="00020111" TopRightCornerBottom="00020106" TopLeftCornerRight="00020102"
TopRightCorner="00020104" LeftBorder="00020110" TopLeftCorner="00020101" BottomRightCorner="00020108"
TopLeftCornerBottom="00020103" BottomLeftCorner="00020107" TopRightCornerLeft="00020105" TopBorder="00020109"></BorderImages>
</eo:SpellCheckerDialog>
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi scottus22,
Please try the latest version first. We have verified the latest version with your code and it runs fine on IE 7.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 4/2/2009 Posts: 4
|
I just tried with version 6.0.63.2 and still got the message... is that the latest?
Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
No. The latest is 2008.0.72 (6.0.72). You can always check the latest version number on our download page.
|
|
Rank: Newbie Groups: Member
Joined: 4/2/2009 Posts: 4
|
If I put the editor on a blank page then the securty message does not appear. However it seems if I use the editor on any page that also has an EO SlideMenu then the security message is shown See code example below
Code: Visual Basic.NET
<%@ page language="VB" Debug="true" AutoEventWireup="true" %>
<%@ Register Assembly="EO.Web" Namespace="EO.Web" TagPrefix="eo" %>
<script runat="server">
Sub save_click(ByVal obj As Object, ByVal e As EventArgs)
End Sub
</script>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<asp:label id="lblTitle" runat="server" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script language="JavaScript1.2" type="text/javascript" src="/vs241073_secure/admin/mm_css_menu.js"></script>
<link rel="stylesheet" href="/vs241073_secure/admin/shared/australia.css" type="text/css">
<style type="text/css" media="screen">
@import url("/vs241073_secure/admin/default.css");
</style>
</head>
<body bgcolor="#ffffff" topmargin="2" leftmargin="2" onkeydown="catchevent();" >
<div id="FWTableContainer1857407924">
<form id="Form1" runat="server">
<div style="margin-top:2px;">
<eo:SlideMenu ID="menuMain" runat="server" RaisesServerEvent="True"
Width="164px" ControlSkinID="None" EnableScrolling="True"
SlidePaneHeight="220">
<TopGroup Style-CssText="background-color:#1c137e;color:white;" >
<Items>
<eo:MenuItem Text-Html="church management" ItemID="c0" >
<SubMenu Style-CssText="">
<Items>
<eo:MenuItem Text-Html="submit web reports" ItemID="c1" NavigateUrl="/vs241073_secure/admin/calendar.aspx"></eo:MenuItem>
</Items>
</SubMenu>
</eo:MenuItem>
</Items>
</TopGroup>
<LookItems>
<eo:MenuItem ItemID="_TopGroup">
<SubMenu LeftIconCellWidth="4" Style-CssText="BORDER-RIGHT: #beb6a4 1px solid; FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND-IMAGE: none; BORDER-LEFT: #beb6a4 1px solid; CURSOR: hand; COLOR: white; FONT-FAMILY: verdana; BACKGROUND-COLOR: #1c7bb5">
</SubMenu>
</eo:MenuItem>
<eo:MenuItem Height="30" Image-BackgroundRepeat="None" Image-Mode="ItemBackground"
Image-Url="new_button.gif" ItemID="_TopLevelItem" Text-HorizontalAlign="Left"
Text-Padding-Left="1">
<SubMenu LeftIconCellWidth="1" Style-CssText="FONT-WEIGHT: normal; FONT-SIZE: 11px; BACKGROUND-IMAGE: none; COLOR: black; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #efefef">
</SubMenu>
</eo:MenuItem>
<eo:MenuItem Height="20" HoverStyle-CssText="background-color:#cccccc;" ItemID="_Default"
NormalStyle-CssText="" Text-Padding-Left="1">
</eo:MenuItem>
</LookItems>
</eo:SlideMenu>
</div>
<div>
<eo:Dialog runat="server" id="FileExplorerDialog1" Width="320px" Height="216px" ControlSkinID="None"
HeaderHtml="Dialog Title" CloseButtonUrl="00020440" AllowResize="True" HeaderHtmlFormat='<div style="padding-top:4px">{0}</div>'
HeaderImageUrl="00020441" HeaderImageHeight="27" MinWidth="150" MinHeight="100" AcceptButton="OK"
CancelButton="Cancel">
<ContentTemplate>
<eo:FileExplorerHolder runat="server" id="Explorer1" Width="710px" Height="350px"></eo:FileExplorerHolder>
<div style="padding: 10px 10px 10px 10px; text-align:right;">
<asp:Button Runat="server" ID="OK" Text="OK" style="width:80px"></asp:Button>
<asp:Button Runat="server" ID="Cancel" Text="Cancel" style="width:80px"></asp:Button>
</div>
</ContentTemplate>
<FooterStyleActive CssText="padding-right: 4px; padding-left: 4px; font-size: 8pt; padding-bottom: 4px; padding-top: 4px; font-family: tahoma"></FooterStyleActive>
<HeaderStyleActive CssText="background-image:url(00020442);color:#444444;font-family:'trebuchet ms';font-size:10pt;font-weight:bold;padding-bottom:7px;padding-left:8px;padding-right:0px;padding-top:0px;"></HeaderStyleActive>
<ContentStyleActive CssText="background-color:#f0f0f0;font-family:tahoma;font-size:8pt;padding-bottom:4px;padding-left:4px;padding-right:4px;padding-top:4px"></ContentStyleActive>
<BorderImages BottomBorder="00020409,00020429" RightBorder="00020407,00020427" TopRightCornerBottom="00020405,00020425"
TopRightCorner="00020403,00020423" LeftBorder="00020406,00020426" TopLeftCorner="00020401,00020421"
BottomRightCorner="00020410,00020430" TopLeftCornerBottom="00020404,00020424" BottomLeftCorner="00020408,00020428"
TopBorder="00020402,00020422"></BorderImages>
</eo:Dialog>
<eo:CallbackPanel runat="server" ID="CallbackPanel1" Triggers="{ControlID:Parameter:}" Height="300px"
Width="500px" LoadingHTML="Please wait...">
<eo:Editor id="Editor1" Width="780px" Height="600px" runat="server" OnSave="save_click" TextAreaCssFile="~/editor/EOWebDemo.css"
SpellCheckerID="SpellChecker1" ColorPickerID="ColorPicker1" ToolBarSet="Standard" HighlightColor="255, 255, 192"
HTMLBodyCssClass="demo_editor_body" FileExplorerDialogID="FileExplorerDialog1" FileExplorerUrl="~/editor/file_explorer/Explorer.aspx"
FontNames="Arial|Tahoma|Verdana" FontSizes="9px|10px|11px|12px|14px|16px" >
<BreadcrumbItemStyle CssText="border-right: darkgray 1px solid; padding-right: 3px; border-top: darkgray 1px solid; margin-top: 1px; padding-left: 3px; font-size: 12px; padding-bottom: 1px; border-left: darkgray 1px solid; padding-top: 1px; border-bottom: darkgray 1px solid; font-family: tahoma"></BreadcrumbItemStyle>
<BreadcrumbItemHoverStyle CssText="border-right: darkgray 1px solid; padding-right: 3px; border-top: darkgray 1px solid; margin-top: 1px; padding-left: 3px; font-size: 12px; padding-bottom: 1px; border-left: darkgray 1px solid; padding-top: 1px; border-bottom: darkgray 1px solid; font-family: tahoma; background-color:#e0e0e0;"></BreadcrumbItemHoverStyle>
<EmoticonDropDownStyle CssText="border-top: gray 1px solid; border-right: gray 1px solid; padding-right: 2px; border-top: gray 1px; padding-left: 2px; padding-bottom: 2px; border-left: gray 1px solid; padding-top: 2px; border-bottom: gray 1px solid; background-color: #fafafa"></EmoticonDropDownStyle>
<BreadcrumbLabelStyle CssText="padding-right: 6px; padding-left: 6px; font-size: 12px; padding-top: 1px; font-family: tahoma"></BreadcrumbLabelStyle>
<BreadcrumbItemSeparatorStyle CssText="width: 3px; height: 10px"></BreadcrumbItemSeparatorStyle>
<HeaderStyle CssText="border-right: gray 1px solid; border-top: gray 1px solid; border-left: gray 1px solid; border-bottom: gray 1px"></HeaderStyle>
<BreadcrumbDropDownStyle CssText="border-top: gray 1px solid; border-right: gray 1px solid; padding-right: 2px; border-top: gray 1px; padding-left: 2px; padding-bottom: 2px; border-left: gray 1px solid; padding-top: 2px; border-bottom: gray 1px solid; background-color: #fafafa"></BreadcrumbDropDownStyle>
<EditAreaStyle CssText="border-right: gray 1px solid; padding-right: 0px; border-top: gray 1px solid; padding-left: 0px; padding-bottom: 0px; border-left: gray 1px solid; padding-top: 0px; border-bottom: gray 1px solid"></EditAreaStyle>
<EmoticonStyle CssText="background-color:white;border-bottom-color:#c5d3ed;border-bottom-style:solid;border-bottom-width:1px;border-left-color:#c5d3ed;border-left-style:solid;border-left-width:1px;border-right-color:#c5d3ed;border-right-style:solid;border-right-width:1px;border-top-color:#c5d3ed;border-top-style:solid;border-top-width:1px;padding-bottom:2px;padding-left:2px;padding-right:2px;padding-top:2px;"></EmoticonStyle>
<FooterStyle CssText="border-right: gray 1px solid; padding-right: 2px; border-top: gray 1px; padding-left: 2px; padding-bottom: 2px; border-left: gray 1px solid; padding-top: 2px; border-bottom: gray 1px solid; background-color: #fafafa"></FooterStyle>
<TabButtonStyles>
<SelectedStyle CssText="border-right: #335ea8 1px solid; padding-right: 6px; border-top: #335ea8 1px solid; padding-left: 6px; font-size: 12px; padding-bottom: 2px; border-left: #335ea8 1px solid; padding-top: 2px; border-bottom: #335ea8 1px solid; font-family: tahoma; background-color: white"></SelectedStyle>
<NormalStyle CssText="border-right: #335ea8 1px; padding-right: 7px; border-top: #335ea8 1px; padding-left: 7px; font-size: 12px; padding-bottom: 3px; border-left: #335ea8 1px; padding-top: 3px; border-bottom: #335ea8 1px; font-family: tahoma; background-color: white"></NormalStyle>
<HoverStyle CssText="border-right: #335ea8 1px solid; padding-right: 6px; border-top: #335ea8 1px solid; padding-left: 6px; font-size: 12px; padding-bottom: 2px; border-left: #335ea8 1px solid; padding-top: 2px; border-bottom: #335ea8 1px solid; font-family: tahoma; background-color: #c2cfe5"></HoverStyle>
</TabButtonStyles>
</eo:Editor>
</eo:CallbackPanel>
<eo:ColorPicker id="ColorPicker1" runat="server" ControlSkinID="None">
<TextBoxStyle CssText="border-right: #7f9db9 1px solid; border-top: #7f9db9 1px solid; border-left: #7f9db9 1px solid; border-bottom: #7f9db9 1px solid"></TextBoxStyle>
<PopupStyle CssText="border-right: #999999 1px solid; border-top: #999999 1px solid; font-size: 10pt; border-left: #999999 1px solid; color: #0751b8; border-bottom: #999999 1px solid; font-family: arial; background-color: white"></PopupStyle>
</eo:ColorPicker>
<eo:SpellChecker id="SpellChecker1" runat="server" DialogID="SpellCheckerDialog1"></eo:SpellChecker>
<eo:SpellCheckerDialog id="SpellCheckerDialog1" Width="320px" Height="216px" runat="server" ControlSkinID="None"
CloseButtonUrl="00070301" BackColor="#ECE9D8" HeaderHtml="Spell Checker">
<FooterStyleActive CssText="padding-right: 4px; padding-left: 4px; font-size: 8pt; padding-bottom: 4px; padding-top: 4px; font-family: tahoma"></FooterStyleActive>
<HeaderStyleActive CssText="padding-right: 3px; padding-left: 8px; font-weight: bold; font-size: 10pt; background-image: url(00020113); padding-bottom: 3px; color: white; padding-top: 0px; font-family: 'trebuchet ms';"></HeaderStyleActive>
<ContentStyleActive CssText="padding-right: 4px; padding-left: 4px; font-size: 8pt; padding-bottom: 4px; padding-top: 4px; font-family: tahoma"></ContentStyleActive>
<BorderImages BottomBorder="00020112" RightBorder="00020111" TopRightCornerBottom="00020106" TopLeftCornerRight="00020102"
TopRightCorner="00020104" LeftBorder="00020110" TopLeftCorner="00020101" BottomRightCorner="00020108"
TopLeftCornerBottom="00020103" BottomLeftCorner="00020107" TopRightCornerLeft="00020105" TopBorder="00020109"></BorderImages>
</eo:SpellCheckerDialog>
</div>
</form>
</div>
</body>
</html>
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We tried your test page here and it again works fine on IE 7. We can setup an online meeting to take a look of the page on your machine if you are OK with it. We use a gotomeeting to do remote sessions.
Thanks!
|
|