internet-explorer-10

Hide or change the value label for a range input in IE10

早过忘川 提交于 2019-12-17 19:58:12
问题 I have a range input with a custom label displaying text which corresponds to the input's value. This works well except that Internet Explorer 10 also displays its own tooltip-like label containing the value. The trouble is that this tooltip obscures my label. It also displays an integer value, where the actual value of the control is a float. I cannot figure out how to hide the label or modify its text. It is separate from the tooltip and does not respond to the title attribute. It does not

HTML5 number input field step attribute broken in Internet Explorer 10 and Internet Explorer 11

一个人想着一个人 提交于 2019-12-17 19:38:28
问题 It appears some of my website's users are experiencing issues when attempting to insert values into input fields of type number with the step attribute set. I am using Django 1.6 to render the forms to HTML. The number fields map to an underlying DecimalField model field with max_digits=25 and decimal_places=5 This results in the following example html being rendered for the number field: <input type="number" value="" step="0.00001" name="quantity" id="id_quantity"> The step attribute I know

Basic authentication with Selenium in Internet Explorer 10

给你一囗甜甜゛ 提交于 2019-12-17 16:29:02
问题 One of our webapplications is using Basic Authentication and build with AngularJS. To test this application, I use Protractor, which uses Selenium to communicate with browsers. In Chrome, everything works fine and doing basic authentication is easy: username:password@host.ext Under Internet Explorer, the URL's with password and username are expected to be a security risk and are therefor not allowed. Until Internet Explorer 9, this setting could be turned off in the registry (FEATURE_HTTP

Access Denied for localstorage in IE10

廉价感情. 提交于 2019-12-17 08:49:15
问题 Yesterday I installed Windows 8 and am now trying to understand why I am getting an "Access Denied" message when accessing localstorage. The page is being served on the same PC with the browser (http://localhost). My feeling is that one of the security settings in IE 10 is wrong, but I haven't figured out which one. The line of JavaScript code triggering the error is: if(window.localStorage.getItem('phone') == null) The code works fine in the latest version of Chrome. 回答1: Our users were

Access Denied for localstorage in IE10

六眼飞鱼酱① 提交于 2019-12-17 08:48:06
问题 Yesterday I installed Windows 8 and am now trying to understand why I am getting an "Access Denied" message when accessing localstorage. The page is being served on the same PC with the browser (http://localhost). My feeling is that one of the security settings in IE 10 is wrong, but I haven't figured out which one. The line of JavaScript code triggering the error is: if(window.localStorage.getItem('phone') == null) The code works fine in the latest version of Chrome. 回答1: Our users were

IE 10 - File download issues

拈花ヽ惹草 提交于 2019-12-17 07:39:09
问题 I'm trying to download an excel file (generated dynamically using C#\ASP.NET) and I get the IE10 View Downloads dialog when I click "Open" it says "abc.xls couldn't be downloaded" error but after clicking "Retry" it opens the .xls file properly in the second try. When I test this in Firefox or Chrome it works fine. 回答1: I think this may explain the strange behaviour: "Content-Length and Transfer-Encoding Validation in the IE10 Download Manager" It seems that IE9 beta had introduced content

Flex auto margin not working in IE10/11

允我心安 提交于 2019-12-17 07:20:04
问题 I have a complex layout where I center various elements vertically and horizontally with flexbox. The last element then has margin-right:auto; applied to push the elements left (and negate centering them). This works correctly everywhere except on IE10/11 and has been driving me crazy. HTML/CSS sample: #container { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-pack: center; -webkit-justify

Flex auto margin not working in IE10/11

允我心安 提交于 2019-12-17 07:19:38
问题 I have a complex layout where I center various elements vertically and horizontally with flexbox. The last element then has margin-right:auto; applied to push the elements left (and negate centering them). This works correctly everywhere except on IE10/11 and has been driving me crazy. HTML/CSS sample: #container { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-pack: center; -webkit-justify

Flex auto margin not working in IE10/11

六眼飞鱼酱① 提交于 2019-12-17 07:19:38
问题 I have a complex layout where I center various elements vertically and horizontally with flexbox. The last element then has margin-right:auto; applied to push the elements left (and negate centering them). This works correctly everywhere except on IE10/11 and has been driving me crazy. HTML/CSS sample: #container { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-pack: center; -webkit-justify

How can I make SmartScreen Filter trust a self-signed certificate

吃可爱长大的小学妹 提交于 2019-12-17 07:15:16
问题 Microsoft's SmartScreen Filter under Windows 8 is a small developer's worst nightmare. While I realize the benefits to end users and the effectiveness at stopping malicious programs from installing themselves on end users' computers, I and many other developers would rather not pay the fees for annual renewal of a Code Signing Certificate or, even worse, an EV Code Signing Certificate. Also, when products developed for use in-house are signed with a trusted certificate from an internal CA,