The Wayback Machine - https://web.archive.org/web/20100223004850/http://stackoverflow.com/questions/745666/ie6-using-multiple-ies-doesnt-let-me-edit-textboxes
vote up 5 vote down star
1

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 letting me enter into any textboxes, they're acting as if they're all disabled.

Has anyone else encountered this probelem and/or know of a solution. I've already tried uninstalling & re-installing multiple ie.

flag

78% accept rate

6 Answers

vote up 0 vote down

Thanks for your help - I though I was going mad!

link|flag
vote up 0 vote down

I just installed IE Collection and so far it works much better than Multiple IE for me. I still had to uninstall IE8 to get form inputs to work, but it comes with a standalone version so I can still use 8 for testing.

It has a crapload of versions too (much more than Multiple IE). If you're looking for some old-school fun, fire up 1.5 and visit just about any site ever.

link|flag
vote up 1 vote down

Use the app compat VHD's that Microsoft makes available for free. Virtual PC is free too.

http://www.microsoft.com/downloads/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&displaylang=en

You can't take a random subset of system dlls and host them side-by-side and expect things to work. It's like expecting the engine from a 1982 Corvette to work in a 2005 Audi S4.

link|flag
vote up 3 vote down check

Discovered in the comments on the tredosoft site that installing IE8 breaks textbox & textareas in the Multiple IE browser. I uninstalled IE8 & it's fixed the problem.

link|flag
vote up 0 vote down

Yeah, this is just one of the weird little behavioural/scripting weirdnesses that affects multiple-IE setups.

Sadly the virtual machine method is the only reliable way to test web browser interaction (as opposed to just rendering) across different versions of IE. (Thanks for integrating that one into the OS Microsoft. Yay.)

Still, it's a good excuse to tell your boss to justify a more powerful workstation, eh...

link|flag
vote up 2 vote down

I have used Multipe IE for my testing but lately I am trying out SuperPreview.

SuperPreview is a new free standalone application from Microsoft (still in beta) which enables you to see how your websites will look across different versions of Internet Explorer making migration from IE6 to 7 and 8 much easier than before, without have to start up a Virtual Machine to run IE6, or have a separate computer dedicated to running IE6.

link|flag
that all sounds good – TStamper Apr 13 at 22:58
Does it just take snapshots or can you step through a site to test functionality? – Glenn Slaven Apr 13 at 23:00
I've installed it, and while it's very useful for some things, it does only do static snapshots :( Oh well, new virtual machine it is – Glenn Slaven Apr 13 at 23:25
finalbuilds.edskes.net/iecollection.htm works great for me (it runs actual versions of the browsers so you get interactive pages and not just static snapshots). – Matt Kantor Jun 22 at 15:50

Not the answer you're looking for? Browse other questions tagged or ask your own question.