Questions tagged [ie8-browser-mode]

sets User Agent, conditional comments version number, and document mode to Internet Explorer 8 in any version of Internet Explorer. This can be changed in IE's Developer Tools Browser Mode menu item.

sets User Agent, conditional comments version number, and document mode to Internet Explorer 8 in any version of Internet Explorer. This can be changed in IE's Developer Tools Browser Mode menu item.

66 questions
0
votes
0 answers

jQuery parseHTML returns undefined on TITLE tag in IE8

When trying to parse the string Hello to html by using jquery parseHTML function, it return undefined in IE8. (I've tested it on Browser/Document Mode in IE devtools) $.parseHTML("hello")[0].nodeName The above works…
0
votes
2 answers

containerless flow control syntax on select not working in IE8

I'm using the containerless flow control syntax for whether or not I should show an item in a select list when a user goes to an edit modal. I seem to be having troubles with IE8 on getting this to work. From what I have been reading IE8 strips…
Chris Holwerda
  • 1,255
  • 1
  • 10
  • 20
0
votes
1 answer

How can I force IE9/10 to use IE8 for BOTH document mode and browser mode?

I would like IE9 and IE10 to use IE8 for both Document Mode and Browser Mode. I'm using the following, and Document Mode gets set to "IE8 standards," but Browser Mode is still set to IE9: IE Test
0
votes
1 answer

Change IE mode for Webbrowser control

I have IE10 installed on my machine and am trying to access a web application which I do not own. I am trying to embed a URL of that web application in .net browser control in my desktop application. The web application URL loads fine when I change…
sanjagan
  • 1
  • 1
  • 1
0
votes
1 answer

Input text inside a link tag in IE8

Is there a way to make input text inside a link tag works well in IE8? I cannot place the caret inside nor select the text within it. I think the reason why I'm trying to do this is not important here, just…
sveilleux2
  • 1,442
  • 12
  • 16
0
votes
1 answer

Way to make IE 10 open in IE8 mode

does anyone know how can i force IE 10 to open in IE8 browser mode. Is it possible, Change something in IE settings? Does IE have some kind of a config file what can define it? Or can i make some changes in REGEDIT to force it to open in IE8 mode?
0
votes
1 answer

Differences between IE 8 and IE 8 Compatibility View Browser Modes?

Since I found out that we can't force IE 8 Browser Mode for intranet sites if "Display intranet sites in Compatibility View" mode is ticked (regardless of X-UA-COMPATIBLE headers or metatags), I'm trying to assess the impact of just running with IE…
Roy Tang
  • 5,643
  • 9
  • 44
  • 74
0
votes
1 answer

Can I force IE9 *from the user side* to operate in quirks/standards mode?

I've looked at a dozen different "force IE9 quirks/standards mode" questions, and none of them answer what I'm trying to find out. I want to force the IE9 that's installed on my Windows machine to use quirks mode (or IE9 Standards Mode, or whatever…
dirtside
  • 8,144
  • 10
  • 42
  • 54
0
votes
0 answers

IE Browser Mode and Document Mode onchange()

A client has a few machines set to different browser and document modes. This is affecting a Javascript function: $(".jumpmenu").change(function() { var val = $(this).val(); if (val != '') { location.href=val; } }); The function…
rmccallum
  • 214
  • 3
  • 18
0
votes
1 answer

How do I programatically set the Browser Mode in Internet Explorer

IE has a Browser Mode and Document Mode and I can only seem to set the Document Mode programatically by adding this: This sets Document Mode correctly for me, but I need the Browser Mode to…
Dave
  • 281
  • 4
  • 10
0
votes
1 answer

Can't force IE8 to use IE8 mode

I tried to use: or And my website still opens (I am using IE8) in IE8 compat mode with Document Mode IE7 Standards (Page…
user606521
  • 14,486
  • 30
  • 113
  • 204
0
votes
2 answers

checking the browser type within function not working in Javascript

In my page, I used javascript function for block with a condition. If the browser is IE8 then the style will be like this or use style within else. But if I used the below condition, the function not works. Anyone please help me to solve this…
Rithu
  • 1,289
  • 3
  • 19
  • 38
0
votes
2 answers

Why does webpage display in IE8 browser mode and IE7 document mode?

For some unknown reason the site im working on keeps cross matching browser and document mode. When i open IE8 dev tools i see that browser mode is IE8 but document mode is IE7. I've made several doctype changes but am unable to get the site to…
Reahreic
  • 596
  • 2
  • 7
  • 26
0
votes
0 answers

iframe scroll background issue in IE8

I'm having problem with the standard iframe background and scrolling (IE8). I load a standard iframe with scrollbar that contains a long list. The problem occours when I'm scrolling to to the bottom of the list and then continues to scroll with the…
0
votes
1 answer

Document mode IE7 standards for IE8

My document looks like this: I'm using IE10 to test…