It used to work and now when I press F12 nothing happens...the window does NOT appear. I've uninstalled any other toolbars I've installed and tried resetting by security settings in IE...nothing.
I'm using Windows 7 beta
|
up vote
5
down vote
favorite
2
|
It used to work and now when I press F12 nothing happens...the window does NOT appear. I've uninstalled any other toolbars I've installed and tried resetting by security settings in IE...nothing. I'm using Windows 7 beta
|
|||
|
|
|
up vote
11
down vote
accepted
|
Maybe someone disabled them? Basically: Check the following registry key:
In the worst case you can remove the whole key. This wil revert the settings back to default. |
||||||||||
|
|
up vote
2
down vote
|
The problem was most likely caused by the WindowsPos value. If it happens again the two solutions are: 1) Right click on the thumbnail/title for the dev toolbar in the task bar and then select "Move" then press an arrow. Now if you move your mouse you should see the window follow your cursor around, left clicking will "detach" it from your cursor. 2) Delete the value WindowPos, don't set it to 0 as that will cause the issue to happen again, just delete the entry. |
||
|
|
|
up vote
1
down vote
|
Just confirming that the Whozumommy's answer actually works. Remove WindowsPos, Pinned and UseDevToolsDebugger keys from the [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IEDevTools]. That only happened after I have upgraded from Windows Vista to Windows 7. |
||
|
|
up vote
0
down vote
|
The F12 Developer support feature was not added to IE8 until IE8 Beta 2. Is it possible you have a version of Win7 pre-IE8 Beta2? Would you consider doing your IE8 development with the IE8 gold code in XP or Vista? |
||
|
|
|
up vote
0
down vote
|
Thanks guys ! You saved my day. I still wonder why MS things are so complicated (and obfuscated). Anyway, It worked for me like a charm. |
||
|
|
|
up vote
0
down vote
|
Sure it's not minimized? |
||
|
|
|
up vote
0
down vote
|
Actually removing the entire key IEDevTools didn't work, so what I did is ask someone who have the Dev Tools working to export the registry key and execute it in mine. |
||
|
|
|
up vote
0
down vote
|
I found a "Disabled" key at HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IEDevTools with a value of 1; changed it to 0 and Developer Tools was enabled! |
||
|
|
|
up vote
0
down vote
|
Removing the whole IEDevTools key fixed it for me. |
||
|
|