internet-explorer Questions

3

I have a Selenium UI couple of tests running on a Windows Server 2012 scheduled task. But I have them failing again and again in the scheduled task (not in my development server) and Internet Explo...
Unlash asked 24/10, 2014 at 15:11

4

Solved

I am trying to fix memory leaks in IE 7. Using Drip for investigations but it is not helping much when most dynamically generated DOM elements do not have unique ids. Tips?
Gentleman asked 18/9, 2008 at 18:27

4

Chrome used to run properly, when all of sudden it started asking for my proxy's username and password on every page I open. After I enter them, I see the page, but then I need to type them again w...

7

Solved

I have tried to put this: <meta http-equiv="X-XSS-Protection" content="0"> in the <head> tag but have had no luck. I am trying to get rid of pesky IE preventing cross-site scirpting...
Weiner asked 8/1, 2011 at 18:20

8

Solved

System info: Win 7 x64 SP 1, IE 10, Visual Studio 2010 I've been researching this error all over. visual studio debug error: "unable to start program (File path) no more files" This started wi...
Betancourt asked 21/5, 2013 at 17:53

3

i need to find alternative to "msSaveOrOpenBlob ", that work on IE, for Firefox and Chrome. On Chrome in particular that not work and don't show the dialog box to chose if save or open fi...

4

I have contenteditable div on which i have file drop and copy-paste image event. By using the color:transparent i am able to hide the blinking cursor on chrome browser. but in IE i came to know "Th...
Matchbook asked 6/9, 2016 at 9:9

38

Solved

I want to bounce users of our web site to an error page if they're using a version of Internet Explorer prior to v9. It's just not worth our time and money to support IE pre-v9. Users of all other ...

43

Solved

I want to be able to scroll through the whole page, but without the scrollbar being shown. In Google Chrome it's: ::-webkit-scrollbar { display: none; } But Mozilla Firefox and Internet Explor...
Skittle asked 21/5, 2013 at 13:11

5

I am trying to center everything within the tag on the page without adding another container within it. My situation doesn't allow me to change the markup that is being generated but I am able to e...
Frangos asked 23/6, 2010 at 16:19

2

I need to put a link with this href="file://attachments/aaaa_#_aaaa.msg" Obviously in that way is not working because the hash character # is used for anchors. So I try to change this to: href="fi...
Numismatist asked 3/2, 2014 at 11:34

4

Solved

I'm using a callback from an AJAX post request to navigate to a new page, but it is not working on Internet Explorer. My code is as follows: $.ajax({ type: "POST", url: phpUrl, data: data, ...
Dauphin asked 18/4, 2012 at 2:2

5

Solved

Is there any possibility to change the __proto__ property of an object in IE9 or IE10? Or is MS still not planning to include it in their JS engine? I need it in a very special situation where I n...
Companionable asked 7/12, 2011 at 10:4

7

Is it possible to style text tracks (like subtitles and captions) in HTML5 video players? I already found a way to do so for Chrome: video::-webkit-media-text-track-container { // Style the cont...
Pyelitis asked 27/8, 2015 at 14:36

8

Solved

Let's say I have an input in a form (looks like a button and interacts like a button) which generates some data (well, the server generates the data based on the form parameters, but for the user, ...

2

How can I install/downgrade to a very specific version of IE11? I need to have Version 11.0.9600.17501. Currently i have 11.0.9600.17801 installed. So far i can't really think of a way how it co...
Mulholland asked 20/8, 2015 at 8:34

9

Solved

I was working on an AJAX-enabled asp.net application. I've just added some methods to Array.prototype like Array.prototype.doSomething = function(){ ... } This solution worked for me, being pos...
Uncrowned asked 4/6, 2009 at 2:46

7

Solved

I have designed a website using Firefox and am now looking to integrate a softphone into the webpage, but unfortunately it is made with ActiveX, so Firefox won't support it. I have tried opening my...
Indisposition asked 4/5, 2011 at 9:34

3

When using this html: <a href="http://www.wikipedia.com"> <object data="http://upload.wikimedia.org/wikipedia/en/4/4a/Commons-logo.svg" type="image/svg+xml"> <img src="http://herd...
Higgler asked 13/12, 2013 at 9:42

3

Solved

I am using the Font Face Property and I have tested it in Firefox, Chrome and Opera...it works fine. however when I try it in safari and explorer it only works on one line and not the other here...
Crowley asked 10/7, 2014 at 14:55

2

Solved

How to remove the “clear field” X button when Browser Mode : IE9 Document Mode:IE9 on certain inputs. I use this code <STYLE type="text/css"> input[type=text]::-ms-clear{ display: none; }...
Stagehand asked 8/10, 2013 at 10:14

6

Solved

I have run the following to disable console logs for production environments in my angular application. The below code works as expected for chrome, however, it still shows logs in IE 11. main.ts...
Abstractionism asked 11/12, 2018 at 23:17

2

I have an issue viewing an application in IE8+... Specifically, in IE9, when opening developer tools, its seems IE7 Standards is set as Document Mode.. Upon viewing source, i think the issue is wit...
Indecisive asked 10/3, 2014 at 13:35

1

I'm investigating what looks like a memory leak under IE. The amount of memory consumed by IE keeps growing and growing up to 1 GB and more... To solve the problem, I started having a look at the ...
Sinistrality asked 21/1, 2016 at 14:47

© 2022 - 2024 — McMap. All rights reserved.