Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set IE11 Document mode to edge as default?

I have Internet Explorer installed on my computer but needed to test compatibility mode of IE 7. After changing the document mode to IE 7, it set it as default and now I can't change it. The default is stuck on IE 7?

enter image description here

How do I set Document mode default?

like image 721
Pomster Avatar asked Feb 26 '14 07:02

Pomster


People also ask

What is Document mode in ie11?

Internet Explorer Developer Tools settings – Manually setting the browser mode (user agent string in Internet Explorer 11) and Document mode overrides all other settings. Web content/document is in an iframe – The rendering or compatibility mode for the page and for any contained iframes is set by the page.

Can you run Edge in IE mode?

To use Internet Explorer Mode in Edge, launch Edge and click the “Ellipses” button in the top-right corner of the window. In the drop-down menu that appears, select “Settings.” Next, click “Default Browser” in the left-hand pane. You'll now be on the Default Browser Settings screen.


1 Answers

The rendering mode in Internet Explorer 11 can appear stuck if the site is added to your local Compatibility View list. When this happens, the rendering mode inside the developer tools and out will default to the specified compatibility settings.

While this may not be the only way a site can get on this list, Microsoft does document the steps for how to manually add a site to this list.

From Fix site display problems with Compatibility View:

To add a site to the Compatibility View list

  1. Open the desktop, and then tap or click the Internet Explorer icon on the taskbar.

  2. Tap or click the Tools button, and then tap or click Compatibility View settings.

  3. Under Add this website, enter the URL of the site you want to add to the list, and then tap or click Add.

Site Compatibility View Removal Instructions:

To remove a site from this list, follow these instructions.

  1. Go to Tools > Compatibility View settings.
  2. In the resulting dialog, click on the site you want to remove from the list.
  3. Click the Remove button.

Screenshots:

Tools - Compatibility View settings

Compatibility View settings dialog

like image 106
Alexander O'Mara Avatar answered Sep 19 '22 03:09

Alexander O'Mara