internet-explorer-11

Unable to set timeout option within my scraper to save it from infinite looping

人盡茶涼 提交于 2019-12-10 10:45:03
问题 I've written a script in vba using IE to initiate a search in a webpage in it's searchbox to populate the result according to the search by hitting the search button. The webpage loads it's searchbox few seconds later it is made to open. However, my below script can handle this barrier and perform the search in the right way. Now, I've got a slightly different question which is: suppose I've defined a wrong ID name or There is no such ID in that webpage then the way I've written my script

Crossbrowser css gradient in IE10, IE11

ε祈祈猫儿з 提交于 2019-12-10 10:31:56
问题 I did a gradient for dark buttons in all browsers, it appears good, except IE10, IE11 versions. Light stripe on top and bottom. I generate gradient by colorzilla gradient editor. link to buttons HTML <div class="dark-button">div button</div> CSS .dark-button { background: #0874b6; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA

How can I locate and debug a specific file in IE11 Dev Tools?

偶尔善良 提交于 2019-12-10 10:27:42
问题 I have a file that is part of a legacy web site I'm maintaining that I need to debug - step into, etc. But I can't see how to do that. The site needs to be run in IE, in Compatibility mode. When I run the site from VS (2013) by right-clicking the "http://localhost/..." item beneath the solution and selecting "View in Browser (Internet Explorer" and then hit F12, I see on the Debugger tab the file that has been set as the Default page (the "main" page I see after logging in), but from there I

Why does IE11 create blank post request except when Fiddler is running?

ぐ巨炮叔叔 提交于 2019-12-10 10:06:07
问题 My AngularJS $http post requests to my C# WebAPI restful service fail on Windows 8.1 in Internet Explorer 11. Firefox and Chrome both work. Some more details: The IT department says our network has no proxy All 'automatically detect' and 'use proxy' settings are unchecked in all browsers The requests fail to IIS both on my localhost and running the site and service on a local server Enhanced protection mode of IE11 is off The request's connection header is 'keep-alive' (I tried 'close' too

Compatibility problems with Internet Explorer 10/11 and an old .net framework 1.1 website

£可爱£侵袭症+ 提交于 2019-12-10 09:47:33
问题 The Scenario I have a very old website developed in .net (framework 1.1). The site has several problems with Internet Explorer 10/11 that can be fixed using compatibility view. The Problem Problem is that framework 1.1 doesn't recognize Internet Explorer 10/11 as an advanced capability browser, so a lot of features (for example javascript code) are disabled when a user with Internet Explorer 10/11 accesses the website. Microsoft released patches to fix this problem for .net framework versions

Nested flexbox adds empty space on IE10 and 11

风格不统一 提交于 2019-12-10 09:17:16
问题 I'm using flexbox for a layout. My constraint is that the image must be situated at the middle. I've made a minimal markup that reproduces the issue: http://codepen.io/anon/pen/xwNomN It works perfectly well in all browsers EXCEPT on IE 10 and 11, where (as shown in the CodePen) a big amount of empty space is added at the top and bottom of the image. .collection__list { display: flex; flex-wrap: wrap; } .product-item { display: flex; flex-direction: column; justify-content: space-between; }

dropdown width increases in IE11 when focus is in textbox with a placeholder

南楼画角 提交于 2019-12-10 08:43:41
问题 When the focus is in the <input> and I click on the <select> dropdown then the dropdown's width is increased. I tried to set the width on focus to 100%, but that's not working. This is my html: <html> <body> <select> <option value="volvo">Volvo</option> <option value="saab">Saab</option> <option value="opel">Opel</option> <option value="audi">Audi</option> </select> <input type="text" placeholder="hello" /> </body> </html> 回答1: Add the onmousedown attribute and have it focus on the select

Disable Internet Explorer 11 Auto Scaling Zoom to Viewport Width - IE11

£可爱£侵袭症+ 提交于 2019-12-10 08:19:46
问题 Is there any way to prevent the "auto zoom to viewport width" (a.k.a. automatic scaling) feature in Internet Explorer 11? I want to force the browser to follow my max-width rule and prevent it from auto-scaling the page contents to the full width of the viewport. I'm seeing the issue in IE11 on Surface Pro 2 in both "desktop" and "metro" modes. The issue is discussed here and may be related to external displays, although I'm experiencing it with or without an external display attached, and

Stop IE11 removing text from input type number

纵饮孤独 提交于 2019-12-10 03:47:10
问题 In Internet Explorer 11, if you have the following: <input type="number" min="1" max="12" pattern="[0-9]*" > When a user tries to input letters rather than numbers, the browser just clears the input. This behaviour is undesirable as I want our validation to handle this, rather than the browser automatically doing it for me. Does anybody know how to change this behaviour? I'm using the number input type for validation and also to get the correct keyboard in iOS. JSFiddle demo. 回答1: Other

Space added to child of a flexbox in IE

六月ゝ 毕业季﹏ 提交于 2019-12-09 17:56:43
问题 When run in IE11, the following example will add space to the bottom of the itemwrapper element. When examined in the dev console, this space isn't attributed to margin, padding or border. It seems to be an issue with measuring the height of the child elements, because if they are given a fixed height then the space disappears (click "fixed height elements"). The error compounds based on the number of auto-sized child elements... the more there are, the greater the space grows (click "add