jsFiddle on IE10 displays in Document Mode: IE7 - jsfiddle

For some reason when I go to jsFiddle, IE10 (Windows 8) goes into "Document Mode: IE7".
I have to open the tools (F12) and change it to "Standards" ... and then all is well.
Happens no matter where I go but, for an example, go to jsFiddle and navigate to this fiddle: /IdeaBlade/ExaFM/

Related

Website loading slowly or not loading after clearing browsing history in IE11 Browser

1.Clear IE 11 Browsing history, cookies etc.
2.Close the browser
3.Open the browser
4.Navigate to https://www.parcelforce.com
Expected: The parcelforce.com home page should load properly and quickly in IE11
Actual:
Page does not load properly. Also, on refresh the page takes a lot of time to load. Sometimes it may not load.
This issue is happening with IE11 only. Whenever I hit https://www.parcelforce.com in other browsers say chrome, Firefox, safari, website is loading quickly.
Can anyone suggest me what might be the issue with IE11. Should I need to add any code for IE11 to load website quickly?
Based on your description, I reproduced the problem you described. And I found some other things, when using the address bar and enter key (two or more times) navigation can make the page complete loading. But using ctrl+R or F5 to refresh cannot achieve the same effect. I checked the console in ie11 and did not find any error messages (except warning messages), so I am not sure if it is a compatibility-related issue or other issues in the code.
On the other hand, the Internet Explorer 11 desktop application will be retired and go out of support on June 15, 2022, I recommand that you could use some morden browsers, such as Chromium Edge.
For more about retirement FAQ of Internet Explorer 11, please refer to this blog.

Google Signin with IE11 & Edge not working

I'm trying to add Google Signin to our login page. I've followed the code supplied by Google, as well as a GitHub project that I used for code example. Both work perfect on Chrome, FireFox, Safari, but I can't get it to work on IE11 or Edge.
The GitHub project is at https://github.com/googleplus/gplus-quickstart-javascript. This project uses Google's newer apis.google.com, however I've also tried plus.google.com as suggested in another post. Neither work.
I added a data-onfailure function to the button, and get an error "popup_blocked_by_browser" even though the popup blocker is turned off in the browser. Even though I get this popup error, I do get a popup that asks which Google account to use, but when I choose one, I get the "The webpage your are viewing is trying to close the window" message. If I choose Yes, the window closes, but I don't get logged in.
Anyone have any advice for getting this to work in IE or Edge?
I ran into this problem on IE 11 with Windows 10.
I fixed it and then it happened again after receiving Windows Updates - annoying!
Here is what fixed it for me; it was an IE Setting.
Go to:
IE -> Internet Options -> Security
Check "Apply" and then "OK" To exit.
IE Settings Screen Shot
Finally, restart IE.

jsfiddle js panel size is stuck! How do I reset it?

Image says it all I think:
The draggable for resizing the js/html panels is gone and that js pane is too small! The big problem is that this issue persists after restarting my browser, clearing the cache, and deleting cookies. How do I reset this so I can use jsfiddle again?
Please run Layout.setWindowSizes(null) from console
https://github.com/jsfiddle/jsfiddle-issues/issues/493
As of December 6, 2018, the current answer to this question no longer works due to a rewrite of the JsFiddle site that happened sometime in June/July of 2018.
Press F12 to open DevTools (Chrome) or Debugger (Firefox, Edge).
Navigate to "Application" in Chrome DevTools, or "Storage in
Firefox/Edge Debugger.
Find "Local Storage".
Find www.jsfiddle.net.
Delete any entries/keys labeled as grid_*-split-sizes (eg.
grid_1-split-sizes, grid_2-split-sizes, grid_3-split-sizes).
Refresh jsfiddle.net webpage.
Source: https://github.com/jsfiddle/jsfiddle-issues/issues/1151

Bootstrap 3 navigation toggle button always appearing in IE11 (on remote server)

I'm experiencing a very strange behaviour with Bootstrap 3 when viewing in Internet Explorer. My nav bar works perfectly locally (I'm using VS2012, so the page is being served by IIS Express), but when I deploy it to one of our internal servers (running full IIS) it always appears collapsed (even if I stretch the browser across both my monitors!)
If I user Chrome, it works perfectly.
I've compared the files that are downloaded in each case, and they are identical. I have even create a test file which uses the example nav bar from the bootstrap website, and I see the same behaviour.
So, to summarize:
Local / IE Works
Local / Chrome Works
Remote / IE Does not work
Remote / Chrome Works
Any pointers about this very strange behaviour would be very much appreciated!
I found the problem, and it is Internet Explorer's compatibility settings.
Under Tools > Compatibility View Settings dialog there is a checkbox which says "Display intranet sites in Compatibility View".
This setting meant IE used an older rendering engine, which did not work very well with Bootstrap. Once it was turned off everything was fine.

using ie9 as an ie7

i am using ie9 but sometimes i have to use ie7 or ie8 and i don't want to uninstal it can i turn ie9 to ie7 if it is needed?
I don't currently have IE9 so I can't verify, but I have installed it temporarily in the past and believe this functionality exists.
In, IE, press F12 to bring up the Developer Tools. Towards the right side of the toolbar in this popup window, there should be a "Browser Mode" or something, which you can change between different versions of IE.
If you want to test web pages try IETester http://www.my-debugbar.com/wiki/IETester/HomePage you have from version 5 to 8 and if you want it for normal use try to install IE in seprate folders.