You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Gareth Carter (JIRA)" <ji...@apache.org> on 2015/01/15 11:31:34 UTC

[jira] [Created] (OFBIZ-5968) framework/images/webapp/images/fieldlookup.js throws a javascript error in google chrome from a link to ofbiz from another site

Gareth Carter created OFBIZ-5968:
------------------------------------

             Summary: framework/images/webapp/images/fieldlookup.js throws a javascript error in google chrome from a link to ofbiz from another site
                 Key: OFBIZ-5968
                 URL: https://issues.apache.org/jira/browse/OFBIZ-5968
             Project: OFBiz
          Issue Type: Improvement
          Components: framework
    Affects Versions: Trunk
            Reporter: Gareth Carter
            Priority: Minor


When you link to your ofbiz installation from another site using _blank as the target and protocol is changing from http to https, google chrome will throw an error - 
Blocked a frame with origin "https://ofbiz.company.com" from accessing a frame with origin "http://other.company.com".  The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "http". Protocols must match.

This error may prevent other javascript from executing (this has caused, in our ofbiz installation, datetimepickers from working properly)

The line number causing the issue is 687 as of revision 1652020



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)