Click here to Skip to main content
15,914,357 members
Everything / Compatibility

Compatibility

compatibility

Great Reads

by Matteo Prosperi
This is the third post in the .NET libraries and the art of backward compatibility series.
by Matteo Prosperi
This is the second post in the .NET libraries and the art of backward compatibility series.
by Siva Sankar Gorantla
After upgrading from Internet Explorer 8 to Internet Explorer 11, WebBrowserControl shortcuts stopped working. After a lot of research, I found out the root cause of this and also a trick to resolve this issue.
by ASP.NET Community
IntroductionIn modern web development, we need to check the browser compatibility for our web pages. This can include changing the css classes,

Latest Articles

by Matteo Prosperi
This is the second post in the .NET libraries and the art of backward compatibility series.
by Matteo Prosperi
This is the third post in the .NET libraries and the art of backward compatibility series.
by Siva Sankar Gorantla
After upgrading from Internet Explorer 8 to Internet Explorer 11, WebBrowserControl shortcuts stopped working. After a lot of research, I found out the root cause of this and also a trick to resolve this issue.
by Murali Gowda
Enable Compatibility mode in IE through code in ASP.NET MVC/HTML meta tag.

All Articles

Sort by Score

Compatibility 

26 Oct 2020 by Matteo Prosperi
This is the third post in the .NET libraries and the art of backward compatibility series.
26 Oct 2020 by Matteo Prosperi
This is the second post in the .NET libraries and the art of backward compatibility series.
23 Jun 2015 by Philippe Mori
Forget that. It make no sense to mimic old behavior on new browser. How other browser like Edge, Safari, Firefox, Chrome works? I don't thing that those details are defined and if so, then the new behavior would surely be the right one.By the way, the old IE way is a bad design. Why...
30 Oct 2015 by Siva Sankar Gorantla
After upgrading from Internet Explorer 8 to Internet Explorer 11, WebBrowserControl shortcuts stopped working. After a lot of research, I found out the root cause of this and also a trick to resolve this issue.
20 Dec 2019 by Richard MacCutchan
It is a reasonable guess that your application needs much more testing before release. The first thing you need to do is to find out where the failures occur, and what causes them. Adding some decent exception handling and logging would possibly help. In terms of your list of things you have...
11 Oct 2013 by ASP.NET Community
IntroductionIn modern web development, we need to check the browser compatibility for our web pages. This can include changing the css classes,
11 Oct 2013 by ASP.NET Community
It seems to be very common that asp.net menu control is not to be properly displayed in IE8.I have developed a website which contains a master page
16 Apr 2015 by Member 11614646
HiThe code is working fine in chrome but it is not working for IE.In IE it is working fine for non compatible mode. But in the compatible mode it posing a prooblem.please suggest a code change (java or jsp files)Thanks
22 Sep 2015 by koolprasad2003
Dear all I have a XML file which is not render properly in IE 10 and 11, How can I force xsl to render in Compatibility mode only.what changes do I need to make in XSL to render it in compatibility mode alwaysHere is my XSL
7 Oct 2015 by Ajay J Singh
Hi,I have created a WPF application, in which we are using webbrowser control to view asp.net website which is created according to latest IE-11Edge Mode.In this website we have multiple dropdown controls. when we click on the dropdown in webbrowser control, its popup container...
19 Oct 2015 by Sujith Karivelil
I have developed a website in angular js. every this is fine. but when i browse the site in IE11 The login page is loaded partially with compatible issues, if i enter valid credentials and click login button, It is not getting into my dashboard view. But it is working in firefox and chrome.
5 Feb 2016 by D Trupti
I have received a old compiled source code(was running fine on IIS6) using which I need to create an 64 bit installer. I chose Visual Studio 2010 and created a Installer package. Now I am getting issue at very first stage The installer was interrupted before application could be installed. You...
31 Mar 2016 by Richard MacCutchan
It is Impossible to answer such a question. The only way to become expert at anything is to work hard at it. Study, practice and practice.
15 Nov 2016 by Member 12420557
I am using a angularjs ui-grid stable version released few days back. My client have requirement that my application should run on IE8. I am getting everything perfectly fine in IE9 and above, but for IE8 the ui-grid is not being rendered. I am getting the below error:TypeError:...
15 Nov 2016 by Kornfeld Eliyahu Peter
No latest AngulaJS or Angular UI supports IE8...AngularJS: Developer Guide: Internet Explorer Compatibility[^]GitHub - angular-ui[^]
16 Nov 2018 by Member 10700524
I have created single select button group using radio button with label tag using css display: table and table-cell for text content exceed or overflow in each button. It's working fine all browsers (Chrome, Firefox & IE) expect Safari browser. I am getting space between each button. I have...
16 Nov 2018 by Member 12656556
.selection-group .single-select { /* display: table; */ /* font-size: 0; */ display: inline-block; width: 100%; } .selection-group input + label { display: inline-block; float: left; }
21 Dec 2019 by Member 14630688
I have ported an MFC application in VS 2010 from VS 2006 which works fine on my computer as I have VS 2010 on my computer but it doesn't work properly on some computers. My application stops working on some button clicks. Release build works on some computers but it doesn't work on all...
20 Dec 2019 by RickZeeland
Use a tool like Dependency Walker to check if there are any missing dll's, see: 5 Tools to Check Dependency Files Needed by Application • Raymond.CC[^] Or maybe you can try a cross-platform toolkit like this one: dear-imgui[^]
9 May 2022 by FRS4002
I am getting content-type' header charset value should be 'utf-8 warning, when I open inspect element in my browser, then bottom at the issues section it is in compatibility category. I am using PHP,MYSQL,javascript,css,html for my website and it...
9 May 2022 by Richard MacCutchan
See Content-Type - HTTP | MDN[^].
25 Feb 2014 by Murali Gowda
Enable Compatibility mode in IE through code in ASP.NET MVC/HTML meta tag.
18 Apr 2013 by Karthik Harve
Hi,below links may help you.How to set IE9 compatibility view by programatically[^]How to disable Compatibility View in IE[^]How to forcefully set IE's Compatibility Mode off from the server-side?[^]hope it helps.
17 May 2013 by Zaki Imtiaz
[****GO TO END OF THE POST TO SEE THE UPDATED PART****]Peace be upon you!We have a huge HMI and SCADA web application which provides data collection facility from almost any plant floor and provides visualization and analysis facility over it.The product is based on three technologies....
18 Apr 2013 by LCT KKL
How to fixed the application rendering without check the compatibility view in IE8?Currently the application doesn't works well in IE 8 if the View Compatibility is not enable.Any recommendation/setup?
26 Jun 2015 by Kush Kushal
I am making compatible my Asp.net 4.o web application from IE9 browser to IE11. some times as per program logic I have only one item to display in the dropdown list. I am using But, I am facing some compatibility issues. The drop down is...
16 Nov 2018 by Member 10700524
It's working partially, but when you add more text, the text not wrapping properly. Please check below links: Fiddle1: Edit fiddle - JSFiddle[^] Fiddle2: Edit fiddle - JSFiddle[^] Those things are working properly in all browsers except Safari.