开发者

IE Never finishes loading SharePoint page when JavaScript is disabled

开发者 https://www.devze.com 2023-01-11 12:08 出处:网络
I am working on a solution that loads SharePoint pages in a copy of IE. When the page finishes loading an event is triggered that executes some code in the application that wraps IE.

I am working on a solution that loads SharePoint pages in a copy of IE. When the page finishes loading an event is triggered that executes some code in the application that wraps IE.

Now this all works fine and well, until JavaScript is turned off in the browser, a requirement for this solution (Don't ask). Naturally I don't expect the out of the box SharePoint user interface to be f开发者_运维知识库ully functional without JavaScript enabled, but although the web page is rendered correctly IE's progress bar never finishes the loading process. As a result my code is never triggered.

Try it for yourself.

  1. Open Internet Explorer.
  2. Disable JavaScript access for the Internet zone.
  3. Navigate to a public SharePoint site such as this one.
  4. Watch in amazement how the progress bar never finishes.

Does anyone have any idea about what is going on or if there are any workarounds?


Answering my own question.

After extensive testing there doesn't appear to be a solution to this problem.


I think the issue that you are having is related to the specific SharePoint site. They are more than likely loading something else in the background that is not part of the base install of SharePoint.

We have some internal sites running on SharePoint and I am able to get the progress bar to completely load with JavaScript disabled on all of them and they are standard installs.

I don't really have an answer as to what the other site might be loading to cause this, but my guess is that it is something that is not necessarily related to SharePoint.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号