Tagged Questions
189
votes
42answers
159k views
Running Internet Explorer 6, Internet Explorer 7, and Internet Explorer 8 on the same machine
Like everyone else ;), I need to test my code on Internet Explorer 6 and Internet Explorer 7. Now Internet Explorer 8 has some great tools for developer, which I'd like to use. I'd also like to start ...
39
votes
29answers
3k views
IE6: To support or not to support
As most Web developers know, IE6 is a pain to support when it comes to making a website look and feel just as in the other major browsers (Firefox and IE7). I'd like to know what are the feelings of ...
34
votes
33answers
2k views
How best to convince people to upgrade IE?
I recently asked a question that got shot down for being too strongly worded. I'm having another go today because it's something I really am concerned about and I really do want feedback and ideas ...
18
votes
3answers
18k views
Force IE9 to emulate IE8. Possible?
Is this possible at all?
I tried adding this to the page but it didn't change a thing.
<meta http-equiv="X-UA-Compatible" content="IE=8">
UPDATE- I'm trying to do this because our site has ...
15
votes
4answers
630 views
How to make the browser (IE and Chrome) request images before scripts?
Note: If you are reading this for the fist time, you may jump directly to the UPDATE, since it addresses the issue more accurately.
So I got a web-page.
In the head I have a CSS background-image:
...
12
votes
8answers
339 views
Update all IE6 to IE8? [closed]
This has always confused me.
Everyone says that IE6 dies slowly. But what is preventing Microsoft to update all IE6 to IE8?
When a user open the IE6, if it says "Update to a newer version" then I ...
11
votes
2answers
334 views
Under What Circumstances Would Javascript Performance be Worse in IE8 than IE7?
I work for a company that built interactive seating charts using Javascript. Here's an example: http://seatgeek.com/event/show/457624/miami-dolphins-at-new-york-jets-2010-12-12/. In many ways they ...
11
votes
4answers
4k views
10
votes
6answers
5k views
How can I detect if IE8 is running in compatibility view?
Is there anyway to determine if an IE8 browser has compatibility view switched on?
I can't seem to find anything on Google, and so I'm wondering if this is a piece of information that is ...
10
votes
10answers
5k views
How can I determine which version of IE a user is running in JavaScript?
In some existing code there is a test to see if the user is running IE, by checking if the object Browser.Engine.trident is defined and returns true.
But how can I determine if the user is running ...
8
votes
1answer
434 views
Windows Phone 7 Browser - Turn off the gray shading when links are clicked
With the Windows Phone 7 Browser, when the user clicks a link, it is shaded with a gray rectangle for approximately 0.5 seconds. This is fine in generally, however, if you have dynamic page behaviour, ...
8
votes
5answers
640 views
Image load timeout in Internet Explorer
I have a page for an internal app that displays document images streamed from a document storage system using a web service. The problem I am having is that when a user does their search they may get ...
8
votes
2answers
667 views
Back Button (Browser Behavior)
When the back button is pressed in a web browser, is the default action to send a get request or serve from the browsers history?
If its browser specific, what would the default actions be for ...
6
votes
5answers
150 views
Is it worth testing the same version of IE on different versions of Windows?
I'm putting together some virtual machines to test different browsers and I'm wondering if there is any compelling reason to be able to test the same version of IE on different versions of Windows. ...
6
votes
3answers
1k views
How do I stop Visual Studio from launching a new browser window every single time I hit the Start Debugging button?
I already have a window open with the web site I'm debugging. I don't need VS to launch another one for me every time I need to debug.
Is there a way to stop this behavior?
Thank you.
6
votes
7answers
37k views
Is there a way to enhance by CSS an HTML <select> and its <option> on IE 6?
Internet explorer 6 seems totally ignore CSS classes or rules on select, option or optgroup tags.
Is there a way to bypass that limitation (except install a recent version of IE) ?
Edit : to be more ...
5
votes
1answer
55 views
Are IE7 and 8 modes in IE9 the real thing?
I just want to know if IE7 and IE8 modes in the F12 toolbar menus are actually using IE7 and IE8 to render pages and if there are any differences between them and their standalone counterparts?
5
votes
6answers
2k views
IE9 Acid 3 test?
Does anybody know if Microsoft is planning on having IE9 pass with 100/100 on acid 3?
The current version of IE9 gets a 68/100 on the test (can be viewed here, main site here).
What did IE8 pass ...
5
votes
4answers
5k views
IE8 Browser Mode & Standards Mode
I need to force IE8 to display as follows:
Browser Mode: Internet Explorer 8
Document Mode: IE8 Standards
I have added this tag however it only affects the document mode, not the browser mode. How ...
5
votes
4answers
2k views
HTA's; use other browser to host?
If Microsoft's method for using IE as a local host for HTA's then, can I use any other browser instead?
5
votes
5answers
2k views
IE6 using Multiple IEs doesn't let me edit textboxes
Not sure if this counts as programming related, it's a tool that I use.
I've got Multiple IE installed so I can test the sites I make on IE6 for those people who require it, but recently IE6 is not ...
4
votes
3answers
70 views
Is there an easy way to force the user to use Internet Explorer, ideally without installing anything new?
I am working on 4 internal websites, everyone should be using IE but not everyone is.
Is there an easy way to force the user to use IE, ideally without installing anything new like JQuery?
Cheers,
...
4
votes
1answer
5k views
css 'pointer-events' property alternative for IE
I have a drop down navigation menu in which some of the title should not navigate to other page when clicked(these title open a drop down menu when clicked on) while others should navigate (these dont ...
4
votes
8answers
2k views
Best way to check for IE less than 9 in JavaScript without library
What would be your fastest, shortest (best) way to detect browser which is IE and version less than 9 in JavaScript, without using jQuery or any add-on libraries?
4
votes
5answers
370 views
Launch application from a browser
Is it possible to launch an application from a browser? I am not talking about opening a file from a browser (like open a PDF with Adobe Reader), but rather opening a new (blank) instance of an ...
4
votes
1answer
1k views
Future of IE9: Opacity + Performance [closed]
I just tried the IE9 "Second Internet Explorer Platform Preview" - which supports CSS opacity now. That's nice, but I tried it with one of my website prototypes, and it's quite slow when scrolling ...
4
votes
5answers
618 views
What are my options for accessing the user's GPS device in a desktop browser?
After reading about Firefox's Geolocation functionality, which doesn't use GPS, I'm wondering what it would take for a browser (IE and/or Firefox) to be able to access a GPS device connected to a ...
4
votes
3answers
3k views
Javascript way to list available plugins for IE
Is there a quick way to get a list in JavaScript of the available Active X plugins?
I need to do a test to see if a plugin has been installed before I actually try to run it.
In effect I want to ...
4
votes
3answers
305 views
How will Internet Explorer 8 affect QA testing for Web Applications
Now that IE 8 is available:
http://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx
That's three flavors of IE to manage - 6, 7, 8 and QA code against and if you add in Firefox, ...
3
votes
2answers
41 views
How can I ensure that the latest version of my javascript code is loaded for the client?
We have a client with thousands of users (who all use Internet Explorer) and a large amount of javascript files that enhance their user experience with our product.
The problem I'm having is that ...
3
votes
1answer
196 views
How to detect page zoom level in IE 8?
Sadly I didn't a good enough solution on this generic question.
The most upvoted & accepted answer does't seem to work for me on IE 8.0.7601.17514 (latest). Another answer came close to working - ...
3
votes
4answers
40 views
ie6 frame or mode for ie 7/8/9?
Very backwards question really, but we have a legacy system which only works with ie6, and no-other browser.
Theres not much chance of this system being renewed anytime soon unfortunately and having ...
3
votes
1answer
206 views
How to make IE post FORM data in UTF-8?
This is continuation of this question: Java Jersey: Receive form parameter as byte array
I need form data to be posted in UTF-8 even if containing page uses ISO-8859-1 charset. I found a solution for ...
3
votes
5answers
226 views
Web Dev on MacOSX, how to check IE compatIbility?
How can I check IE compatibility when I'm developing a website on MacOSX, primarily using Chrome.
3
votes
9answers
309 views
How to run all three versions of Internet Explorer?
Is there a way to run Internet Explorer 6, Internet Explorer 7, and Internet Explorer 8 at same time or one after the other, to test UI of a web application? Or is there any other solution for this?
3
votes
2answers
2k views
Programatically access webpage error details in browsers
Is there some way to access webpage warning/error details using JavaScript?
For instance, errors in IE show up in the bottom left corner like so:
I would like to able to access the details of ...
3
votes
1answer
268 views
Cross Browser Addons
I'm looking to make a browser add-on as widely and easily distributable as possible.
Is there a set of wrapper addons for all the major browsers that will let me write one piece of code and it can ...
3
votes
4answers
852 views
Alternative to cookies
I build portable HTML/Javscript prototypes, which are intended to be Zipped up and shared via email/sharepoint. The key word here is 'portable' - no server is required to run these prorotypes - just ...
3
votes
2answers
127 views
Is there a good analogy to explain why website reliance on non-standard IE tags will go down in future years?
I'm trying to explain to a non technical person, why certain websites (generally ones whose user base exist solely in countries where Microsoft owns more than 99% of the market share) fail to load in ...
3
votes
4answers
730 views
JavaScript regex exec takes too long to execute
I've got a simple JavaScript regex check (written by other developer) that works perfectly on thousands of different strings. However I've just discovered one particular string value that's causing ...
3
votes
2answers
739 views
IE Question: How many CSS includes can it handle?
I came across a strange behavior while theming Drupal. I turned a few modules that added 5 to 10 link tags to the page. While these new stylesheets were added to the cascade in Firefox, in IE8, by ...
3
votes
5answers
312 views
What is the rate of firefox 2.0 and 3.0 adoption?
Part of the question:
1) How much of the market share does IE have? Opera? Firefox?
2) How many Firefox 2.x browsers have already been migrated to 3.x?
For those who question whether this is ...
2
votes
2answers
222 views
Modernizr vs HTML shiv
If I ONLY need older browsers to recognize HTML5 tags, which should I use, Modernizr or the popular HTML5 shiv?
And also, if I don't need to style this HTML5 tags, do I need the browsers to recognize ...
2
votes
1answer
37 views
View as FF 3.6 in FF 7 - Possible?
in IE you can view pages as previous rendering engine. You use 9 and view as 8,7,6.
If this possible in Firefox? I'm using FF7 and I want to see how a website displays in say 3.6.
Is this possible ...
2
votes
1answer
66 views
How to change the values for parameter Accept-Encoding in Internet Explorer 8?
I'm doing some testing with Content-Encoding and Accept-Encoding.
I have some code on the server that send the encoding accordingly with browser value Accept-Encoding.
I would like to know if there ...
2
votes
2answers
152 views
IE8 Unbelievable Problem with inline LAB.JS script
I have been trying to make my website performs well. One way that may achieve this is by including a loader like LAB.js script inline within my HTML, and then load my scripts in parallel in the next ...
2
votes
2answers
316 views
Runtime error 216 on IE when using BHO
I am working on a browser helper object written in Delphi, and when the BHO is installed and I close IE, I get the error "runtime error 216 at < address >". I suspect this could be because of the ...
2
votes
1answer
186 views
How to capture change in URL from BHO?
How can I capture a change in the URL on IE from a Browser Helper Object?
An obvious way would be to use any of the common browser events such as onbeforenavigate, but how to capture a change like:
...
2
votes
1answer
169 views
msSiteModeActivate does not seem to work
Hi I'm working on some IE9 task bar integration but I cant seem to get msSiteModeActivate() to work.
My code:
setTimeout("tvOverlay()", 30000);
setTimeout("tvActivate()", 35000);
<script ...
2
votes
1answer
668 views
document.domain with a 2-letter domain name bugs in IE
We have a domain name with two letters in it. This is a problem with IE, for all versions.
The problem is that when we set document.domain="xx.yy" we get an "invalid argument" exception.
Does anyone ...