Top "Internet-explorer-10" questions

Windows Internet Explorer 10 (IE10) is the version of the Internet Explorer web browser from Microsoft, and the successor to Internet Explorer 9. It is available on Windows 7 SP1, Windows 8, Windows RT, Windows Server 2008 R2 SP1, Windows Server 2012, Windows Phone 8, and Xbox One.

overwrite X-UA-Compatible meta in SharePoint 2010

I am working on SharePoint 2010 and I want to use <meta http-equiv="X-UA-Compatible" content="IE=edge"/> for a …

sharepoint-2010 internet-explorer-10 x-ua-compatible
Does IE10 supports OTF?

I'm trying to use OTF in IE 10 but it is not working. I confirmed that TTF is well working in …

internet-explorer internet-explorer-10 opentype
touchmove/MSPointerMove event not firing in Windows 8

I'm just a lowly uC programmer who's trying to put together a little web interface for his boss. I've got …

javascript touch windows-8 tablet internet-explorer-10
AngularJS on IE10+ ,textarea with placeholder cause "Invalid argument."

I'm getting "Invalid argument" when using angularJS ,TextArea with placeholder, on IE10+. This will ONLY happen when the textarea node …

javascript angularjs internet-explorer-10
proxy pac file in windows 7/ie10

I have set the proxy file as shown below: function FindProxyForURL(url, host) { return "PROXY 10.10.10.10:8080"; } Nothing exists at 10.10.10.10. In IE10/…

proxy internet-explorer-10 pac
How to remove default file input style on IE10?

Here is my file input on different browsers. IE10 uses an horrible default style. Any idea about how to remove …

css file input styles internet-explorer-10
css masking in IE10

I have this code which makes a background-image appear under a css mask. .test-splash { height: 1000px; width: 1000px; display: block; …

css svg internet-explorer-10 image-masking
IE 10's -ms-clear pseudo-element, and IE5 quirks mode

I'm working on a legacy web app that requires use of Internet Explorer's 'IE5 Quirks Mode' (set using X-UA-Compatible: IE=5). …

css internet-explorer-10 quirks-mode
ASP.NET fails to detect IE10 causing _doPostBack is undefined JavaScript error

ASP.NET fails to detect IE10 causing the following error: _doPostBack is undefined JavaScript error or maintain FF5 scrollbar position. …

javascript asp.net internet-explorer-10 dopostback
contenteditable not working in IE 10

I am trying to create client side editable table. Here is my code. It works in Chrome, Firefox but not …

jquery internet-explorer html-table internet-explorer-10 contenteditable