Skip to main content

All Questions

0 votes
1 answer
383 views

Solving compatibility issues running javascript reduce() method on IE8

Hi I have a web program that I need to run in IE8. On IE8 the javascript reduce method is not supported directly so I transferred in the Polyfill for the reduce method as mentioned here: IE/JS: reduce ...
olliejjc16's user avatar
-1 votes
1 answer
124 views

how can i convert table row and columns a scroll table at ie8?

i want to convert row and column(it's a x-scrollable table) my solution works at ie11 and chrome but this one doesn't work at ie8 i have to make this work at ie8 but i have no idea how to make it work....
maria's user avatar
  • 25
-1 votes
1 answer
92 views

Custom CSS not working for IE 8

I've created a custom CSS for IE8. While the ie8 custom CSS file renders fine in the Internet Explorer emulator (F12) it doesn't actually work on VirtualBox or a laptop I have running a copy of IE8. ...
WordPressDeveloper's user avatar
0 votes
1 answer
31 views

When to end support for a browser?

I know, this is a very basic and theoretic question, but at which point can browser support be stopped? I'm still supporting IE8. IE8 has a usage of 0.84 % worldwide. When should I stop supporting ...
John Doe Smith's user avatar
0 votes
0 answers
130 views

rails app breaking for IE 8

My rails site is completely broken in IE 8 for some reason. These pages where I am getting the error. Here's what I have in my application.html.erb <title></title> <%=...
Suraj's user avatar
  • 2,503
0 votes
1 answer
99 views

Why should we not use IE legacy document "edge" mode for all pages viewed with IE?

In the Microsoft documentation for Understanding legacy document modes, it reads: edge mode... places Internet Explorer into the highest supported document mode. Edge most is most useful for ...
Luke's user avatar
  • 19.7k
1 vote
1 answer
431 views

html link "media" attribute (ie8)

This question is strictly related to IE8, I understand CSS3 @media queries. Looking to switch a stylesheet based off the browser width, my code as is follows: <link rel="stylesheet" type="text/...
Jordan Davis's user avatar
  • 1,510
-1 votes
2 answers
165 views

logo not appearing in media print - IE8

I have been trying to solve this for 2 hours now but no luck. The less code snippet works fine in all browsers except IE8. I checked IE8 supports :after and :before I'm using standard IE8 doctype, ...
JS-JMS-WEB's user avatar
  • 2,585
0 votes
1 answer
381 views

Greater than IE8 or not IE conditional in Wordpress

Normally for conditional script loading I would write something such as this <!--[if gt IE 8]><!--> <script src="<?php echo get_stylesheet_directory_uri(); ?>/js/scripts.js"&...
Bram Vanroy's user avatar
2 votes
1 answer
416 views

How to override content css property to not to use it on IE8?

I'm using font-awesome on my application and when I have ajax requests, I call a hidden <div> that displays a font-awesome icon: <div id="loading" style="z-index:9999; margin-left:45%; ...
sergioviniciuss's user avatar
1 vote
1 answer
134 views

HTML 5 - ie8 moves to quirks mode after page refresh (F5)

I have a bug in which a user which views my web application using IE8 hits F5 (refresh) and from time to time, the paged is rendered incorrectly. I was able to reproduce it on my dev machine and ...
nadavy's user avatar
  • 1,785
4 votes
1 answer
1k views

ng-click triggered unexpectedly by pressing Enter key in IE8

I have a simple ng-click button nested inside ng-repeat and there're no <form> in current page. <tr ng-repeat="product in catalog | limitTo: total track by $index" ng-class="{highlight: ...
aifarfa's user avatar
  • 3,949
1 vote
1 answer
52 views

Legacy web apps - Determining forward compatibility with modern browsers?

We have over 200 web applications. They are used both internally and by our external employees. Our company's standard has been IE8. We are planning on changing that and adopting IE 10 or 11. Also, ...
Faahmed's user avatar
  • 425
1 vote
0 answers
88 views

jQuery append nested elements in IE8

I want to append elements using jQuery. For all browsers except IE8 the following line works: $("#myContainer").append('<button type="button" id="myButton"><i class="fa fa-home"></i&...
gusjap's user avatar
  • 2,465
2 votes
2 answers
3k views

problems with socket.io on IE8 and 9

Socket.io works perfectly on every platform except IE8 and 9, which is a client requirement. could you guys help with this issue? i've been reading all similar issues but most of the solutions i ...
drukaman's user avatar
  • 373

15 30 50 per page
1
2 3 4 5
14