internet-explorer-10

windows phone 8 highlight colors in input fields

心不动则不痛 提交于 2019-12-13 06:26:31
问题 in internet explorer 10 (mobile version), a selectbox () gets highlighted blue as soon as it gets focused, (it´s the blue of the whole Modern UI surface of the phone). the styles for the select tag: border-radius: 5px 5px 5px 5px; font-size: 14px; height: 25px; letter-spacing: -1px; float: left; font-weight: 400; padding: 0 5px 0 5px; -webkit-appearance: none; -ms-user-select: none; background-origin: content-box, content-box; background-repeat: no-repeat, repeat; background-size: 11px 6px,

Unload event in IE10, no form data

喜欢而已 提交于 2019-12-13 06:20:42
问题 I have window.unload hooked to save my form data in emergencies when the user just closes their browser. I send this using ajax via POST. This works in IE9, Chrome etc, but not in IE10 where the form data is empty (using GET is a workaround). I can't find any references to this behaviour, is it documented somewhere? 回答1: I assume, you are using code like this: <html> ... <body onunload="inOnUnload();"> ... with an inOnUnload() -function being defined like the following: function inOnUnload()

Unable to debug JavaScript in VS 2012 and IE9 after rollback from IE10

☆樱花仙子☆ 提交于 2019-12-13 06:17:27
问题 I recently accidentally let Windows Update install IE10 on my Windows 7 64bit machine and then uninstalled that update (need IE9 for main dev process). Ever since then I cannot debug JavaScript in VS - getting all too familiar Breakpoint will not be hit no symbols have been loaded for this document Debugging worked flawlessly before update/rollback. Any idea what could've changed and how to change it back? 回答1: Fixed by repairing VS 2012 install. Guess IE10 left some artifacts after being

Custom fonts not displaying within IE9 & IE10

两盒软妹~` 提交于 2019-12-13 04:47:51
问题 I've been running into multiple issues with utilizing custom fonts at the following location: www.shawmut.com/happyholidays I ran into an issue yesterday with Mozilla Firefox and it not displaying a custom font I was linking to our AWS S3 Bucket, which I resolved by hosting the fonts of our actual web server. Now, I'm experiencing an issue with IE9/10 where the fonts are not displaying once again. I found the following discussion here: IE9 Refusing to Load custom font? which somewhat touches

IE10 not Passing Parameters to a Web Service Method in an AJAX Post Request

社会主义新天地 提交于 2019-12-13 03:59:10
问题 I have a JQuery function that does an AJAX Post on a web service method. This function works well in FireFox, Chrome, Safari and IE 9 and lower. For some strange reason, IE10 does not pass the parameters needed to execute the web method and throws the following exception: =========================================================================== ExceptionType=System.InvalidOperationException Message=Invalid web service call, missing value for parameter: 'parameterX'. StackTrace= at System

background-size transition doen't work in IE10/11

╄→尐↘猪︶ㄣ 提交于 2019-12-13 03:32:56
问题 What's wrong with this code? The zoom transition effect doesn't work in Internet Explorer 10 or 11 (OK in other browsers). <div class="image"></div> .image { width:300px; height:200px; background: url("http://lorempixel.com/300/200"); background-position:center; background-size:100%; transition: background-size 1s ease; -moz-transition: background-size 1s ease; -o-transition: background-size 1s ease; -webkit-transition: background-size 1s ease; } .image:hover { background-size:150%; }

IE-10 Cursor position when set focus on textbox using jquery

 ̄綄美尐妖づ 提交于 2019-12-13 02:25:18
问题 I have a problem in IE -10(window -7 SP-1) when set focus on a text box. my cursor position at the beginning in text-box. how can i set position End of text-box value. DEMO I am try j-query code for this problem -- var input = $("#txt1"); // textbox Id var len = input.val().length; input[0].focus(); input[0].setSelectionRange(len, len); TRY WITH JQUERY CODE WITH JQUERY problem is resolved but why cursor set beginning in IE-10(window -7 SP-1)? And any any other solution for this. 回答1: This

Can local files in IE10 use IndexedDB?

强颜欢笑 提交于 2019-12-13 02:16:16
问题 I'm trying to write a web app that can be run locally without internet and stores info on the local filesystem and is run in the browser. My code works in Chrome and Firefox but in IE10 I get the error that window.indexedDB is undefined from the code: window.indexedDB = window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB; alert( window.indexedDB ); This alerts "undefined" when it should be [object IDBFactory] . Is there a way around this or will IE10 never

msLaunchUri not available in IE11

旧巷老猫 提交于 2019-12-13 00:40:45
问题 I'm doing some fanciful work of launching a particular program (created by us) from a website. Currently, I'm still in the research phase, so I'm open to very outlandish suggestions. Basically, our app will open through a "myapp://something" link; something Steam users might be familiar with. However, for usability, we want to safely provide some error scenario if someone clicks such a link without the appropriate program installed. Most browsers simply take you to an unhelpful, full-tab

Firebreath plugin not loading in IE 10

时光毁灭记忆、已成空白 提交于 2019-12-12 21:09:43
问题 EDIT: See end of post for more information. I am trying to to get plugins created via the Firebreath framework (1.7.0) to load. I am on Windows 8 in Desktop Mode using Internet Explorer 10. I've reproduced this with the built-in test FBTtestPlugin that comes with Firebreath. The failure is silent in that the object element is created, but fails to have any properties specified by the plugin. How does one go about debugging this? The Microsoft Internet Explorer Compatibility Tool reports that