Skip to main content



      Home
Home » Archived » EPF » Work Breakdown Structure Broken in Chrome?
Work Breakdown Structure Broken in Chrome? [message #1424581] Tue, 16 September 2014 02:15 Go to next message
Eclipse UserFriend
I have been somewhat frustrated trying to get my work breakdown structures to publish for a static website. On a whim I tried IE and found that they were appearing.

Is there a known issue with the Chrome browser and work breakdown structures?

Update: I am getting the following Javascript errors in the Chrome console:

Uncaught SecurityError: Blocked a frame with origin "null" from accessing a frame with origin "null". Protocols, domains, and ports must match. treebrowser.js:82
Uncaught SecurityError: Blocked a frame with origin "null" from accessing a frame with origin "null". Protocols, domains, and ports must match. contentPage.js:181
Uncaught SecurityError: Blocked a frame with origin "null" from accessing a frame with origin "null". Protocols, domains, and ports must match. bookmarkviews.js:173
Uncaught SecurityError: Blocked a frame with origin "null" from accessing a frame with origin "null". Protocols, domains, and ports must match. treebrowser.js:82
Uncaught SecurityError: Blocked a frame with origin "null" from accessing a frame with origin "null". Protocols, domains, and ports must match. contentPage.js:181
Uncaught SecurityError: Blocked a frame with origin "null" from accessing a frame with origin "null". Protocols, domains, and ports must match. bookmarkviews.js:37

[Updated on: Tue, 16 September 2014 02:20] by Moderator

Re: Work Breakdown Structure Broken in Chrome? [message #1425212 is a reply to message #1424581] Tue, 16 September 2014 22:05 Go to previous messageGo to next message
Eclipse UserFriend
Hi.
This problem is due to JS cross-domain,the chrome seems did not allow local file do this.The FF and IE are both ok.
But if you publish the site to a web server,e.g IIS,or Apache HTTP Server,then you can find the chrome can browse the site.
Re: Work Breakdown Structure Broken in Chrome? [message #1425327 is a reply to message #1424581] Wed, 17 September 2014 02:28 Go to previous messageGo to next message
Eclipse UserFriend
Still can not reply?
Re: Work Breakdown Structure Broken in Chrome? [message #1425825 is a reply to message #1425327] Wed, 17 September 2014 18:29 Go to previous messageGo to next message
Eclipse UserFriend
I'm sure that this is the case however if you haven't published before and you don't know why your WBS is not displaying it can be a bit frustrating. At the very least there should be something in the help about this to help people just starting out.
Re: Work Breakdown Structure Broken in Chrome? [message #1427192 is a reply to message #1424581] Fri, 19 September 2014 17:29 Go to previous message
Eclipse UserFriend
Hi,

Yes, the problem is the Chrome's security policy.
You can workaround it by launching Chrome from command line with option --disable-web-security
Of course, as yulong tong stated, the problem is occuring only if you try to view local html files, on the serwer there would be no problem.

But on the other hand the way the methods are published is quite old fashioned; iframes stopped being used by web developers decades ago... Rolling Eyes
Previous Topic:Process Composition
Next Topic:jpeg quality
Goto Forum:
  


Current Time: Wed Apr 30 00:58:30 EDT 2025

Powered by FUDForum. Page generated in 0.03816 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top