|
View:
New views
14 Messages
—
Rating Filter:
Alert me
|
|
|
[JIRA] Created: (MAGNOLIA-2820) Backend with HTTPS - warning in IEBackend with HTTPS - warning in IE ---------------------------------- Key: MAGNOLIA-2820 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2820 Project: Magnolia Issue Type: Bug Components: admininterface Affects Versions: 3.6.3 Reporter: Rainer Blumenthal Assignee: Philipp Bärfuss If you access the Magnolia Backend with HTTPS using an IE Browser: u get this warning: "This page containsd secure and non-secure items..." http://farm3.static.flickr.com/2263/2330340408_63a47989da.jpg?v=0 If you look here: http://weblogs.asp.net/rchartier/archive/2008/03/12/ie7-this-page-contains-both-secure-and-nonsecure-items.aspx somebody seems to have found the cause. The Magnolia Backend seems to use an iframe without "src" attribute - the "src" attribute is then set by JS. But on page-load the IE interpretes this as unsecure. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <dev-list-unsubscribe@...> ---------------------------------------------------------------- |
|
|
[JIRA] Commented: (MAGNOLIA-2820) Backend with HTTPS - warning in IE[ http://jira.magnolia-cms.com/browse/MAGNOLIA-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=23750#action_23750 ] Frank Sommer commented on MAGNOLIA-2820: ---------------------------------------- I investigated the problem. And I checked the iframe src attributes, but the change of this attributes does not solve the problem. The problem is the magnolia menu. The icon are referenced per inline css. If I remove the icon properties from the menu configuration and fix the Navigation.class of mgnl everthing is fine. It is just a browser bug. Perhaps the including of img tags instead of css background images could solve the problem too. > Backend with HTTPS - warning in IE > ---------------------------------- > > Key: MAGNOLIA-2820 > URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2820 > Project: Magnolia > Issue Type: Bug > Components: admininterface > Affects Versions: 3.6.3 > Reporter: Rainer Blumenthal > Assignee: Philipp Bärfuss > > If you access the Magnolia Backend with HTTPS using an IE Browser: u get this warning: > "This page containsd secure and non-secure items..." > http://farm3.static.flickr.com/2263/2330340408_63a47989da.jpg?v=0 > If you look here: http://weblogs.asp.net/rchartier/archive/2008/03/12/ie7-this-page-contains-both-secure-and-nonsecure-items.aspx > somebody seems to have found the cause. > The Magnolia Backend seems to use an iframe without "src" attribute - the "src" attribute is then set by JS. But on page-load the IE interpretes this as unsecure. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <dev-list-unsubscribe@...> ---------------------------------------------------------------- |
|
|
[JIRA] Issue Comment Edited: (MAGNOLIA-2820) Backend with HTTPS - warning in IE[ http://jira.magnolia-cms.com/browse/MAGNOLIA-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=23753#action_23753 ] Grégory Joseph edited comment on MAGNOLIA-2820 at 7/24/09 3:46 PM: ------------------------------------------------------------------- If the findings in the blog above are correct, we'd need to fix {{Navigation.js}} to include the full url (protocol, host, contextpath) instead of just the icon path. (line 351: {{cell.style.backgroundImage = 'url(' + this.getIcon () + ')';}}) was (Author: gjoseph): If the findings in the blog above are correct, we'd need to fix {{Navigation.js}} to include the full url (protocol, host, contextpath) instead of just the icon path. (line 351: {{ cell.style.backgroundImage = 'url(' + this.getIcon () + ')';}}) > Backend with HTTPS - warning in IE > ---------------------------------- > > Key: MAGNOLIA-2820 > URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2820 > Project: Magnolia > Issue Type: Bug > Components: admininterface > Affects Versions: 3.6.3 > Reporter: Rainer Blumenthal > Assignee: Philipp Bärfuss > > If you access the Magnolia Backend with HTTPS using an IE Browser: u get this warning: > "This page containsd secure and non-secure items..." > http://farm3.static.flickr.com/2263/2330340408_63a47989da.jpg?v=0 > If you look here: http://weblogs.asp.net/rchartier/archive/2008/03/12/ie7-this-page-contains-both-secure-and-nonsecure-items.aspx > somebody seems to have found the cause. > The Magnolia Backend seems to use an iframe without "src" attribute - the "src" attribute is then set by JS. But on page-load the IE interpretes this as unsecure. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <dev-list-unsubscribe@...> ---------------------------------------------------------------- |
|
|
[JIRA] Commented: (MAGNOLIA-2820) Backend with HTTPS - warning in IE[ http://jira.magnolia-cms.com/browse/MAGNOLIA-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=23753#action_23753 ] Grégory Joseph commented on MAGNOLIA-2820: ------------------------------------------ If the findings in the blog above are correct, we'd need to fix {{Navigation.js}} to include the full url (protocol, host, contextpath) instead of just the icon path. (line 351: {{ cell.style.backgroundImage = 'url(' + this.getIcon () + ')';}}) > Backend with HTTPS - warning in IE > ---------------------------------- > > Key: MAGNOLIA-2820 > URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2820 > Project: Magnolia > Issue Type: Bug > Components: admininterface > Affects Versions: 3.6.3 > Reporter: Rainer Blumenthal > Assignee: Philipp Bärfuss > > If you access the Magnolia Backend with HTTPS using an IE Browser: u get this warning: > "This page containsd secure and non-secure items..." > http://farm3.static.flickr.com/2263/2330340408_63a47989da.jpg?v=0 > If you look here: http://weblogs.asp.net/rchartier/archive/2008/03/12/ie7-this-page-contains-both-secure-and-nonsecure-items.aspx > somebody seems to have found the cause. > The Magnolia Backend seems to use an iframe without "src" attribute - the "src" attribute is then set by JS. But on page-load the IE interpretes this as unsecure. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <dev-list-unsubscribe@...> ---------------------------------------------------------------- |
|
|
[JIRA] Updated: (MAGNOLIA-2820) Backend with HTTPS - warning in IE[ http://jira.magnolia-cms.com/browse/MAGNOLIA-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Sommer updated MAGNOLIA-2820: ----------------------------------- Attachment: Navigation.java Patched class info.magnolia.module.admininterface.Navigation.java. The patch avoids the setting of the CSS background, if icon is not set. > Backend with HTTPS - warning in IE > ---------------------------------- > > Key: MAGNOLIA-2820 > URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2820 > Project: Magnolia > Issue Type: Bug > Components: admininterface > Affects Versions: 3.6.3 > Reporter: Rainer Blumenthal > Assignee: Philipp Bärfuss > Attachments: Navigation.java > > > If you access the Magnolia Backend with HTTPS using an IE Browser: u get this warning: > "This page containsd secure and non-secure items..." > http://farm3.static.flickr.com/2263/2330340408_63a47989da.jpg?v=0 > If you look here: http://weblogs.asp.net/rchartier/archive/2008/03/12/ie7-this-page-contains-both-secure-and-nonsecure-items.aspx > somebody seems to have found the cause. > The Magnolia Backend seems to use an iframe without "src" attribute - the "src" attribute is then set by JS. But on page-load the IE interpretes this as unsecure. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <dev-list-unsubscribe@...> ---------------------------------------------------------------- |
|
|
[JIRA] Updated: (MAGNOLIA-2820) Backend with HTTPS - warning in IE[ http://jira.magnolia-cms.com/browse/MAGNOLIA-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Sommer updated MAGNOLIA-2820: ----------------------------------- Attachment: Navigation.js Patched javascript mgnl-resources/js-classes/mgnl/admininterface/Navigation.js. The patch changes the icon rendering from CSS background to html images. > Backend with HTTPS - warning in IE > ---------------------------------- > > Key: MAGNOLIA-2820 > URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2820 > Project: Magnolia > Issue Type: Bug > Components: admininterface > Affects Versions: 3.6.3 > Reporter: Rainer Blumenthal > Assignee: Philipp Bärfuss > Attachments: Navigation.java, Navigation.js > > > If you access the Magnolia Backend with HTTPS using an IE Browser: u get this warning: > "This page containsd secure and non-secure items..." > http://farm3.static.flickr.com/2263/2330340408_63a47989da.jpg?v=0 > If you look here: http://weblogs.asp.net/rchartier/archive/2008/03/12/ie7-this-page-contains-both-secure-and-nonsecure-items.aspx > somebody seems to have found the cause. > The Magnolia Backend seems to use an iframe without "src" attribute - the "src" attribute is then set by JS. But on page-load the IE interpretes this as unsecure. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <dev-list-unsubscribe@...> ---------------------------------------------------------------- |
|
|
[JIRA] Updated: (MAGNOLIA-2820) Backend with HTTPS - warning in IE[ http://jira.magnolia-cms.com/browse/MAGNOLIA-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grégory Joseph updated MAGNOLIA-2820: ------------------------------------- Fix Version/s: 4.1.1 Patch included: [Yes] Thanks for the patchs, Frank ! (sorry for not reacting earlier) (although "real" patch files would help - see http://documentation.magnolia-cms.com/contribute.html#Createpatches ) We'll have to test this a little further, seeing that it creates a table cell instead of using the background-image css property (that's if I read properly) > Backend with HTTPS - warning in IE > ---------------------------------- > > Key: MAGNOLIA-2820 > URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2820 > Project: Magnolia > Issue Type: Bug > Components: admininterface > Affects Versions: 3.6.3 > Reporter: Rainer Blumenthal > Assignee: Philipp Bärfuss > Fix For: 4.1.1 > > Attachments: Navigation.java, Navigation.js > > > If you access the Magnolia Backend with HTTPS using an IE Browser: u get this warning: > "This page containsd secure and non-secure items..." > http://farm3.static.flickr.com/2263/2330340408_63a47989da.jpg?v=0 > If you look here: http://weblogs.asp.net/rchartier/archive/2008/03/12/ie7-this-page-contains-both-secure-and-nonsecure-items.aspx > somebody seems to have found the cause. > The Magnolia Backend seems to use an iframe without "src" attribute - the "src" attribute is then set by JS. But on page-load the IE interpretes this as unsecure. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <dev-list-unsubscribe@...> ---------------------------------------------------------------- |
|
|
[JIRA] Updated: (MAGNOLIA-2820) Backend with HTTPS - warning in IE[ http://jira.magnolia-cms.com/browse/MAGNOLIA-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grégory Joseph updated MAGNOLIA-2820: ------------------------------------- Attachment: Navigation.patch Here's an actual patch file; will not apply this for 4.2, as we'll need to test this on different browsers to make sure it's pixel-perfect ;) > Backend with HTTPS - warning in IE > ---------------------------------- > > Key: MAGNOLIA-2820 > URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2820 > Project: Magnolia > Issue Type: Bug > Components: admininterface > Affects Versions: 3.6.3 > Reporter: Rainer Blumenthal > Assignee: Philipp Bärfuss > Fix For: 4.1.2 > > Attachments: Navigation.java, Navigation.js, Navigation.patch > > > If you access the Magnolia Backend with HTTPS using an IE Browser: u get this warning: > "This page containsd secure and non-secure items..." > http://farm3.static.flickr.com/2263/2330340408_63a47989da.jpg?v=0 > If you look here: http://weblogs.asp.net/rchartier/archive/2008/03/12/ie7-this-page-contains-both-secure-and-nonsecure-items.aspx > somebody seems to have found the cause. > The Magnolia Backend seems to use an iframe without "src" attribute - the "src" attribute is then set by JS. But on page-load the IE interpretes this as unsecure. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <dev-list-unsubscribe@...> ---------------------------------------------------------------- |
|
|
[JIRA] Updated: (MAGNOLIA-2820) Backend with HTTPS - warning in IE[ http://jira.magnolia-cms.com/browse/MAGNOLIA-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grégory Joseph updated MAGNOLIA-2820: ------------------------------------- Fix Version/s: 4.2.1 > Backend with HTTPS - warning in IE > ---------------------------------- > > Key: MAGNOLIA-2820 > URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2820 > Project: Magnolia > Issue Type: Bug > Components: admininterface > Affects Versions: 3.6.3 > Reporter: Rainer Blumenthal > Assignee: Philipp Bärfuss > Fix For: 4.1.2, 4.2.1 > > Attachments: Navigation.java, Navigation.js, Navigation.patch > > > If you access the Magnolia Backend with HTTPS using an IE Browser: u get this warning: > "This page containsd secure and non-secure items..." > http://farm3.static.flickr.com/2263/2330340408_63a47989da.jpg?v=0 > If you look here: http://weblogs.asp.net/rchartier/archive/2008/03/12/ie7-this-page-contains-both-secure-and-nonsecure-items.aspx > somebody seems to have found the cause. > The Magnolia Backend seems to use an iframe without "src" attribute - the "src" attribute is then set by JS. But on page-load the IE interpretes this as unsecure. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <dev-list-unsubscribe@...> ---------------------------------------------------------------- |
|
|
[JIRA] Updated: (MAGNOLIA-2820) Backend with HTTPS - warning in IE7[ http://jira.magnolia-cms.com/browse/MAGNOLIA-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rainer Blumenthal updated MAGNOLIA-2820: ---------------------------------------- Summary: Backend with HTTPS - warning in IE7 (was: Backend with HTTPS - warning in IE) > Backend with HTTPS - warning in IE7 > ----------------------------------- > > Key: MAGNOLIA-2820 > URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2820 > Project: Magnolia > Issue Type: Bug > Components: admininterface > Affects Versions: 3.6.3 > Reporter: Rainer Blumenthal > Assignee: Philipp Bärfuss > Fix For: 4.1.2, 4.2.1 > > Attachments: Navigation.java, Navigation.js, Navigation.patch > > > If you access the Magnolia Backend with HTTPS using an IE Browser: u get this warning: > "This page containsd secure and non-secure items..." > http://farm3.static.flickr.com/2263/2330340408_63a47989da.jpg?v=0 > If you look here: http://weblogs.asp.net/rchartier/archive/2008/03/12/ie7-this-page-contains-both-secure-and-nonsecure-items.aspx > somebody seems to have found the cause. > The Magnolia Backend seems to use an iframe without "src" attribute - the "src" attribute is then set by JS. But on page-load the IE interpretes this as unsecure. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <dev-list-unsubscribe@...> ---------------------------------------------------------------- |
|
|
[JIRA] Commented: (MAGNOLIA-2820) Backend with HTTPS - warning in IE7[ http://jira.magnolia-cms.com/browse/MAGNOLIA-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=24941#action_24941 ] Rainer Blumenthal commented on MAGNOLIA-2820: --------------------------------------------- This patch didn't help for IE6 - we needed to patch a JS file to get it working in IE6 without security warning. Is there a special Issue for IE6 and HTTPS - otherwise we could post the patch here, too. > Backend with HTTPS - warning in IE7 > ----------------------------------- > > Key: MAGNOLIA-2820 > URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2820 > Project: Magnolia > Issue Type: Bug > Components: admininterface > Affects Versions: 3.6.3 > Reporter: Rainer Blumenthal > Assignee: Philipp Bärfuss > Fix For: 4.1.2, 4.2.1 > > Attachments: Navigation.java, Navigation.js, Navigation.patch > > > If you access the Magnolia Backend with HTTPS using an IE Browser: u get this warning: > "This page containsd secure and non-secure items..." > http://farm3.static.flickr.com/2263/2330340408_63a47989da.jpg?v=0 > If you look here: http://weblogs.asp.net/rchartier/archive/2008/03/12/ie7-this-page-contains-both-secure-and-nonsecure-items.aspx > somebody seems to have found the cause. > The Magnolia Backend seems to use an iframe without "src" attribute - the "src" attribute is then set by JS. But on page-load the IE interpretes this as unsecure. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <dev-list-unsubscribe@...> ---------------------------------------------------------------- |
|
|
[JIRA] Updated: (MAGNOLIA-2820) Backend with HTTPS - warning in IE7[ http://jira.magnolia-cms.com/browse/MAGNOLIA-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philipp Bärfuss updated MAGNOLIA-2820: -------------------------------------- Fix Version/s: 4.2.x (was: 4.2.1) > Backend with HTTPS - warning in IE7 > ----------------------------------- > > Key: MAGNOLIA-2820 > URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2820 > Project: Magnolia > Issue Type: Bug > Components: admininterface > Affects Versions: 3.6.3 > Reporter: Rainer Blumenthal > Assignee: Philipp Bärfuss > Fix For: 4.1.2, 4.2.x > > Attachments: Navigation.java, Navigation.js, Navigation.patch > > > If you access the Magnolia Backend with HTTPS using an IE Browser: u get this warning: > "This page containsd secure and non-secure items..." > http://farm3.static.flickr.com/2263/2330340408_63a47989da.jpg?v=0 > If you look here: http://weblogs.asp.net/rchartier/archive/2008/03/12/ie7-this-page-contains-both-secure-and-nonsecure-items.aspx > somebody seems to have found the cause. > The Magnolia Backend seems to use an iframe without "src" attribute - the "src" attribute is then set by JS. But on page-load the IE interpretes this as unsecure. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <dev-list-unsubscribe@...> ---------------------------------------------------------------- |
|
|
[JIRA] Updated: (MAGNOLIA-2820) Backend with HTTPS - warning in IE7[ http://jira.magnolia-cms.com/browse/MAGNOLIA-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Haderka updated MAGNOLIA-2820: ---------------------------------- Fix Version/s: (was: 4.1.2) > Backend with HTTPS - warning in IE7 > ----------------------------------- > > Key: MAGNOLIA-2820 > URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2820 > Project: Magnolia > Issue Type: Bug > Components: admininterface > Affects Versions: 3.6.3 > Reporter: Rainer Blumenthal > Assignee: Philipp Bärfuss > Fix For: 4.2.x > > Attachments: Navigation.java, Navigation.js, Navigation.patch > > > If you access the Magnolia Backend with HTTPS using an IE Browser: u get this warning: > "This page containsd secure and non-secure items..." > http://farm3.static.flickr.com/2263/2330340408_63a47989da.jpg?v=0 > If you look here: http://weblogs.asp.net/rchartier/archive/2008/03/12/ie7-this-page-contains-both-secure-and-nonsecure-items.aspx > somebody seems to have found the cause. > The Magnolia Backend seems to use an iframe without "src" attribute - the "src" attribute is then set by JS. But on page-load the IE interpretes this as unsecure. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <dev-list-unsubscribe@...> ---------------------------------------------------------------- |
|
|
[JIRA] Updated: (MAGNOLIA-2820) Backend with HTTPS - warning in IE7[ http://jira.magnolia-cms.com/browse/MAGNOLIA-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grégory Joseph updated MAGNOLIA-2820: ------------------------------------- Fix Version/s: 4.3 > Backend with HTTPS - warning in IE7 > ----------------------------------- > > Key: MAGNOLIA-2820 > URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2820 > Project: Magnolia > Issue Type: Bug > Components: admininterface > Affects Versions: 3.6.3 > Reporter: Rainer Blumenthal > Assignee: Philipp Bärfuss > Fix For: 4.2.x, 4.3 > > Attachments: Navigation.java, Navigation.js, Navigation.patch > > > If you access the Magnolia Backend with HTTPS using an IE Browser: u get this warning: > "This page containsd secure and non-secure items..." > http://farm3.static.flickr.com/2263/2330340408_63a47989da.jpg?v=0 > If you look here: http://weblogs.asp.net/rchartier/archive/2008/03/12/ie7-this-page-contains-both-secure-and-nonsecure-items.aspx > somebody seems to have found the cause. > The Magnolia Backend seems to use an iframe without "src" attribute - the "src" attribute is then set by JS. But on page-load the IE interpretes this as unsecure. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia-cms.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <dev-list-unsubscribe@...> ---------------------------------------------------------------- |
| Free embeddable forum powered by Nabble | Forum Help |