Questions tagged [internet-explorer]
The internet-explorer tag has no summary.
25 questions
0 votes
1 answer
106 views
Load files depending on browser or write workarounds within the file?
I'm writing up this website running under IIS with .NET Core. I developed most of the site with minimal use of JS so that the server will be doing most of the work (and thankfully so because of the ...
1 vote
1 answer
295 views
Angular SPA, using server-side-rendering to support IE11? Is this risky or a smart way to go?
I'm working on a dozen enterprise SPA's and PWA's and most of them require impeccable IE11 support. This has been a complete pain with countless problems every step of the way. It occured to me ...
0 votes
1 answer
531 views
Use of iFrame to avoid IE oddities
I'm working with a team on an ASP.NET MVC C# EF application that needs extensive Help materials. The Help materials will be stored on a helpdesk site (FreshDesk) so they can be accessed as a ...
4 votes
1 answer
228 views
What is the best way to selectively load transpiled code or polyfills for downlevel browsers?
There's no escaping Internet Explorer 11 as it will be around until 2023 as the default browser of the most popular desktop operating system. Yet, Internet Explorer 11 will not get new updates to ...
0 votes
2 answers
1k views
Dealing with date fields across browsers
I'm building a web application with multiple forms which all require date fields, and these fields need to be supported across IE, Chrome, and the like. Our application currently packages the output ...
0 votes
2 answers
726 views
Old Browsers and Polyfills
Polyfilling, when is it too much? I've summed up this question into one sentance. Is it practical to polyfill all of the IE8 deficiencies with one solid javascript file, as in, would there be any ...
0 votes
1 answer
353 views
Extending Internet Explorer to use a credit card machine and cash drawer
I have a software application which is currently a win forms application using an embedded IE web browser control. The win forms application provides access to an attached credit card machine and cash ...
23 votes
5 answers
4k views
Why is Internet Explorer the only browser to be referred to by version when talking about compatibility?
Whenever I read something or hear someone talking about HTML5, CSS and JavaScript support, they always refer to Internet Explorer with the version number such as Internet Explorer 6, and Internet ...
4 votes
2 answers
586 views
Unit Testing of JavaScript - Are we testing the logic of the code or the behavior against a browser
[Warning]: I am new to the whole unit testing and have been trying to learn as much as possible. I am working on a MS CRM 2011 project and I have been trying to introduce unit testing in my company. ...
0 votes
2 answers
25k views
Does IE have more strict Javascript parsing than Chrome?
This is not meant to start a religio-technical browser war - I still prefer Chrome, at least for now, but: Because of a perhaps Chrome-related problem with my web page (see also), I temporarily ...
1 vote
1 answer
251 views
What capabilities of Adobe Flash are not present in the WinRT API?
As from March 2013, Microsoft allows Adobe Flash content to play by default on its immersive Internet Explorer 10: http://redmondmag.com/articles/2013/03/11/new-ie-10-flash-policy.aspx When asked ...
5 votes
1 answer
19k views
How the Compatibility View in IE works behind the scenes
When I remote connect to my work PC, in IE10, the juniper remote client service which is basically a plugin executed in the browser does not run. I need to turn on compatibility view to see it. My ...
3 votes
3 answers
358 views
Bothering to cater to non-JavaScript clients? [duplicate]
Considering that it's April, 2013; do I still need to worry about non-JavaScript capable/enabled clients? Note: This question excludes having helper text with: JavaScript is required to view this ...
11 votes
3 answers
4k views
Why does Internet Explorer have so many incompatibilities with other browsers?
Internet Explorer has a number of proprietary features that aren't found in other browsers as well as a number of incompatibilities with the standards. Does anyone have an idea what is the cause of ...
2 votes
2 answers
217 views
Browser support for internal corporate tools
We are on the verge of a conversion. For years, our company supported only IE for its internal (intranet) home-built tools. Since a few of our users are still on XP, which means IE only goes up to 8....