Skip to main content

All Questions

54 questions with no upvoted or accepted answers
8 votes
2 answers
2k views

Transition not animating in IE9-11 when using calc

I'm trying to get IE10 to animate a change in width of an element so that it pushes another panel out of the way. I have a JSBin demonstrating the basic idea. On Chrome, it animates just fine when you ...
Turner Hayes's user avatar
  • 1,904
4 votes
0 answers
791 views

Saving base64 string as PDF at client side Internet Explorer 10 and above

I am working on Saving base64 string as PDF at client side using 'data:application/pdf;base64,' with JavaScript. For Example Anchor tag for Download PDF on browser looks like this : <a id="...
Mithil Shukla's user avatar
3 votes
0 answers
856 views

IE 10 & 11 - CSS transition events not firing

I have page transition animation where I slide out the first page and slide in the second page. I'm leveraging the transitionend event to detect when each transition has complete, rather than use ...
Seth's user avatar
  • 10.4k
3 votes
0 answers
417 views

Detect multi-touch finger positions in IE10/IE11

I'm developing in JavaScript for IE10/IE11, and am trying to get custom multi-touch events to work. I'm using the MSGesture API, and it provides a nice abstraction layer, but I would like access to ...
user3119646's user avatar
3 votes
1 answer
2k views

A cross-browser way to grow all table cells in a row to match the content of the largest one?

I have an HTML table I'm using to display a timetable. The layout features I want to have in the end are: If possible, have each table cell be the same size to make the table look regular. (Manually ...
millimoose's user avatar
  • 39.7k
2 votes
0 answers
808 views

React Component not rendered in IE 10 or 11

I have my react component which is working fine in firefox, chrome and Microsoft Edge but I get a blank page when I check it in IE 10 or IE 11. I understood that it has to do something with polyfills....
Nikhil Raikar's user avatar
2 votes
0 answers
602 views

why Ajax return status 0 in IE11 but work well in other browsers

We write AJAX in a CSHTML page. It works well in other browsers except IE10 and IE11. The problem is it returns status=0 even though there is no error in the controller. Is there someone met the ...
Zhang Pingfeng's user avatar
2 votes
0 answers
943 views

trying to show currency based on user's locale

What's the best solution to show currency based on the user's locale? I know there's toLocaleString('en-US', {style}) but is there away to detect the location of the user instead then show their ...
MrNew's user avatar
  • 1,414
2 votes
0 answers
561 views

IE10 ::-ms-expand not working

I'm trying to implement a custom styled select element but having issues with IE10 and 11 where the native chevron is still visible. I've tried to implement the standard css to do this but to no avail:...
Pierre's user avatar
  • 46
2 votes
0 answers
553 views

IE11 'Enable Protected Mode' is breaking the 'Application Cache'

Background: I am building an html5 offline application that should get cached into the browser once it is loaded from the server. I use 'Application Cache' and manifest file to get my page working in ...
user1455719's user avatar
  • 1,055
2 votes
0 answers
761 views

VideoJS not working in IE 10 or 11

Navigating to http://www.videojs.com/ in IE 11 gives me the following error: The video could not be loaded either because the server or network failed or because the format is not supported The same ...
Brett George's user avatar
2 votes
1 answer
1k views

JQuery - addClass() not working for IE10+

I have created a javascript function which fades in a number of elements when the page is scrolled down to a specific point. This is done by adding the class "active" (with addClass) to the relevant ...
JB UCL's user avatar
  • 165
2 votes
0 answers
870 views

Site not working in IE 10 IE 11

My website is not loading javascript/css files in ie10, 11. I am using this code <script type="text/javascript" src="/scripts/jquery-migrate-1.1.1.min.js"></script> <script type="text/...
Ahmad Abbasi's user avatar
  • 1,776
2 votes
0 answers
1k views

$locationChangeSuccess not firing on browser back action in IE10 and IE11

On a project I'm working on, a number of checkboxes in a view are used to apply and remove a set of filters from a search result set. The values of these checkboxes are written to the query string to ...
misterF's user avatar
  • 21
2 votes
0 answers
1k views

How can I keep IE10 current, but not upgrade to IE11?

I have a Window 7 VM with Internet Explorer 10 that I use for browser testing which I don't want auto-updated to Internet Explorer 11. I have installed the IE11 Automatic Update Blocker Toolkit and ...
Kevin Hakanson's user avatar

15 30 50 per page