IE 8 Developer Tools not working In Windows?

前端 未结 23 2367
滥情空心
滥情空心 2021-01-30 00:57

I am using Internet Explorer 8, not by choice. I need to debug a script in it. However, no matter how many times I click the Developer Tools Icon, under Tools or click F12 it wi

23条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-30 01:33

    The window/toolbar may be off-screen (often way off to the left) or have a zero size. If @EricLaw's suggestion doesn't work I'd recommend uninstalling and then reinstalling (log off or reboot between the uninstall and reinstall to allow any pending deletes to finalize).

    I've encountered similar issues with various applications over the years, especially if you've shut down the application while it is minimized (occasionally, even if maximized). Often the developers haven't taken these conditions into account before saving the window/toolbar size and/or position, resulting in a set of invalid coordinates for the next launch. The root cause goes way back to Windows 3.x and the GetWindowPlacement API.

提交回复
热议问题