internet-explorer-11

IE ProxyEnable via registry not working WIN 10

爷,独闯天下 提交于 2019-12-11 12:28:57
问题 How weird is this? When I enable proxy in Internet Explorer 11 using the registry method, I check my IP and it's not proxied. I click on Internet Options > Lan Settings (nothing else) then my IP changes to the proxy IP . While the lan settigs window already has Proxy checkbox checked. I don't click "OK" or anything for the changes to take effect, Just by clicking LAN settings the changes take effect as they should. The same is true for Disabling the proxy. [HKEY_CURRENT_USER\SOFTWARE

Internet Explorer 11 and Html5 Sound playback

蓝咒 提交于 2019-12-11 12:20:09
问题 I have a JSFiddle that has both a regular html5 <audio> tag in it for playback, as well a a call to the javascript Audio() function. As expected, in Chrome/Firefox/IE10 these work, but in IE11 (came with windows 8.1 yesterday) neither of these methods work and I get a "Error: Not implemented " exception. I haven't yet seen any documentation that Audio doesn't work on IE11 - is my installation just screwed up, or do others with IE11 see this as well? JSFiddle Here Also, heading over to http:/

VBA [EXCEL 2013]: Automation: Open Links in Same Browser Window / Tab

▼魔方 西西 提交于 2019-12-11 12:18:13
问题 I want to parse with VBA (Excel) a long list of local webpages ( .HTM files) and extract some data into excel. There are more than 9000 webpages which the program needs to scrape. This is an example: > C:\Users\User_ID\Webpages\BS_1000.HTM.htm C:\Users\User_ID\Webpages\BS_1001.HTM.htm C:\Users\User_ID\Webpages\BS_1002.HTM.htm C:\Users\User_ID\Webpages\BS_1003.HTM.htm C:\Users\User_ID\Webpages\BS_1006.HTM.htm C:\Users\User_ID\Webpages\BS_1007.HTM.htm C:\Users\User_ID\Webpages\BS_1011.HTM.htm C

Is there an easy way to make the fileupload work with IE11 without updating zk

夙愿已清 提交于 2019-12-11 11:54:03
问题 In IE11 file upload button of ZK is not working. I got few replies, It says after updating ZK it will fix the problem. But we can't update ZK, So in this scenario is there any way to work out this problem any how. 回答1: If you can't upgrade ZK then you can try to "downgrade" the IE using "X-UA-Compatible" either as meta-tag or as a response header here an example using the meta tag: <?meta http-equiv="X-UA-Compatible" content="IE=10" ?> <zk> <fileupload label="upload" onUpload="alert(event

Display table-cell on pseudo element in IE11

寵の児 提交于 2019-12-11 11:51:05
问题 Running into an interseting issue with IE11 and IE10. I have a list using a check icon before each item. On mobile we want the check's position to maintain next to text in that the text does not warp beneath the check. I've executed this by using display:table-cell on the pseudo element that contains the check icon. However, when using table-cell in IE11 it doesn't display at all. I've been able to narrow it down to that display property through testing. I've given a height and width but

Why are conditional comments in HTML not recognized in Internet Explorer 11? Is it not supported now?

假如想象 提交于 2019-12-11 11:03:57
问题 I want to display different content on different browsers. I used Internet Explorer 11 and Google Chrome 39. But, in Internet Explorer and all other browsers "Not Internet Explorer" is displayed. Is something wrong with the code? I saw the following code as an answer to one of the same question , then why it is not working now? code: <!DOCTYPE html> <html> <body> <!--[if (IE)]><p>This is Internet Explorer</p><![endif]--> <!--[if !(IE)]><!--> Not Internet Explorer <!--<![endif]--> </body> <

ol3 with IE11 in a c# webbrowser control mouse click events not working

[亡魂溺海] 提交于 2019-12-11 10:11:53
问题 I've "upgraded" to IE 11 for the browser inside a c# application using the webbrowser control. When I load my web page into the IE 11 browser natively everything works properly on the map. When I'm in the c# application everything loads without error except that I can not click on the map and drag it. All of my map click events will also not fire. I can use the arrow keys to move the map, and the wheel mouse also works. I have noticed that when I use IE 11 natively, and use the developer

Facebook share button breaking CSS animations in IE11

空扰寡人 提交于 2019-12-11 09:42:50
问题 This issue just started occurring in the past couple of weeks, so it may be related to an IE11 update or a change with FB's widget. I have a FB share button on my site. <script> (function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); </script> is in the document head, as well as

Hover is not working on IE11 and Edge

一笑奈何 提交于 2019-12-11 09:05:53
问题 I am trying to make iframe expanded and shrank when the mouse pointer is on the iframe by using media query. However, it is not working, but, when the mouse point is on the frame border then it is expanded and shrank. Dose anyone know how to fix this on IE11 and Edge? Also, there is limitation that I can not use jQuery outside the iframe because of same origin policy. So, I might have to fix css to implement this animation. <html> <head> <style type="text/css"> iframe[id^=sidebanner]{ width:

IE11 fails with “Netscape is not supported please used internet explorer” error when launch by Selenium

走远了吗. 提交于 2019-12-11 08:07:36
问题 I have a quite old website to be maintained, supports IE8 and above. Now I've a plan to do some test automation on the site, using Selenium WebDriver (version 3.7.1). Almost everything works well, except for some pages that use document.getElementById(). The point is, these pages utilize the "feature" of IE11 that when no element matches with specified ID, it then returns the element with that ID as name (as denoted in this thread). And when brower (IE11) started by selenium, it fails to