internet-explorer-8 Questions

3

When a JavaScript exception is thrown in IE 8, how can I see its stack trace? For example, the following code from jQuery catches an exception and rethrows it. Debugging in Visual Studio (2012), e...

5

I have used the tag to embed a pdf file. <iframe id="iframepdf" src="files/example.pdf"></iframe> This works fine in Chrome, IE8+, Firefox etc, but for some reason, when some people...
Wildfowl asked 29/10, 2013 at 9:42

5

Solved

Why the following example shows the image in Firefox 4, but not in Chrome 10 and Internet Explorer 8? HTML: <div style="background-image: url('http://www.mypicx.com/uploadimg/1312875436_050120...

7

Solved

I have a HTML string <html> <body>Hello world</body> </html> and I want to set it to an iframe with JavaScript. I am trying to set the HTML like this: contentWindow....

5

Solved

Really simple: how do I most accurately test if a browser has support for a certain CSS selector? I currently have some CSS code that makes the page a little more interactive by using the :checked...

7

Is there any way to detect that the window is currently active (is being shown on active tab/window) in IE8? I know there are events like onfocusin/onfocus - but this is not a perfect solution, si...
Envenom asked 9/3, 2012 at 10:45

8

Solved

Highcharts chart option backgroundColor:'transparent' showing black on IE 8 histogram = new Highcharts.Chart({ chart: { renderTo: 'histogram', defaultSeriesType: 'bar', backgroundColor:'transpar...
Bak asked 12/10, 2011 at 7:1

8

Solved

I wonder if it's possible to show a warning or open a pop-up, which would say update your IE to latest version or use Firefox / Chrome / Safari instead, when browser is Internet Explorer IE8 or old...

4

Solved

So I have an C# Form application that utilizes the web browser component. Apparently Response.Write(Request.Browser.Version.ToString()); returns "7.0" when I visit my test page from the web browser...

4

Solved

The bullets in IE8 are so small, I tried changing the font-size, but that didn't work. Code: <ul style="padding:0; margin:0; margin-left:20px;"> <li>item 1</li> <li>item ...
Rigby asked 27/9, 2011 at 1:45

10

Solved

Is there a console logger for IE? I'm trying to log a bunch of tests/assertions to the console but I can't do this in IE.

8

Solved

I want to set Opacity of div's background without affecting contained element in IE 8. have a any solution and don't answer to set 1 X 1 .png image and set opacity of that image because I am using ...
Condensable asked 14/4, 2011 at 10:56

6

Solved

<input type="button" value="Back" onClick="window.navigate('http://www.google.com')"> This works on IE8, but not firefox or opera. Anyone know why and how to fix it?
Cannady asked 10/7, 2009 at 21:31

4

Solved

I'm developing asp.net website on IE10/Windows 8 + VS2012 Users noticed some artifacts and they use IE8. If I use F12 tools and set site to IE8 I don't see it. I need real IE8 for dev/test/ How d...
Anis asked 12/6, 2013 at 23:2

3

Solved

I use 2 different automatic configuration script addresses in the LAN settings of Internet Explorer 8. During the course of my work, I need to switch between them very often. Every time I have to d...
Rapids asked 19/2, 2014 at 6:8

10

Solved

I'm using IE 8 on Vista, and everytime I change a javascript file and then start debugging, I have to hit Ctrl+F5 to have it reload my javascript. Is there any way to make it automatically reload j...
Udelle asked 15/5, 2009 at 1:8

1

Solved

An unhandled exception occurred: Configuration 'es5' is not set in the workspace. The problem starts when clients want the project to run on internet explorer 8. Luckily the new angular 8 offers ...
Metrorrhagia asked 30/8, 2019 at 7:47

5

Solved

so I've been toying with this calendar-ish thingy for a bit: Grid of divs (mimicking a table) Hovering over a table cell displays a tooltip with 2 icons each consisting of a div with :before and ...
Tzong asked 2/1, 2012 at 17:55

1

We recently added reCAPTCHA 2.0 to our site and now we're occasionally getting a message from IE about Java. Here is the message: The page you are viewing uses Java. More information on Java sup...
Royston asked 13/8, 2015 at 15:0

3

Solved

I have the following HTML intending to make sure that the inner span isn't editable. This works in other browsers but not IE8. <div contenteditable="true"> Luke, I am your father. <span...
Apocopate asked 22/9, 2011 at 23:56

13

I need to be able to prevent the Save Password bubble from even showing up after a user logs in. Autocomplete=off is not the answer. I have not come across a post that offers a secure solution fo...
Kreindler asked 20/4, 2014 at 0:45

6

Solved

I am using the latest version of the jQuery datatables. Is there a callback function that I can use just after the data has been loaded and displayed in the datatable? I have a datatable that I am...
Wood asked 13/6, 2012 at 14:50

4

Solved

On a Windows XP Professional SP3 with Internet Explorer 8 box, when I run Dependency Walker on an executable of mine it reports that: IESHIMS.DLL and WER.DLL can't be found. Do I need these DLL's...
Filament asked 17/3, 2010 at 19:8

4

Solved

Are there any hacks for max-width:-webkit-fit-content; for ie 8? Trying to get a child div to not take up the whole width of the parent and this works well with ff, chrome and safari; hoping there...
Repartee asked 3/7, 2013 at 2:5

3

Solved

I am trying to grab some football player data from a website to fill a privately used database. I've included the entire code below. This first section is a looper that calls the second function to...

© 2022 - 2025 — McMap. All rights reserved.