问题标签 [ie-developer-tools]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
112 浏览

javascript - 为什么调试模式下的IE只是跳过错误并走得更远,但不调试就停止执行js?

我有一些在这个地方崩溃的 JS 代码:

发生错误是因为A[i]undefined并且我得到了'undefined' is null or not an object错误。

在通常的执行模式下,它只是在第二行之后停止,但是在调试模式下(我使用标准的开发人员工具),代码的执行会继续。为什么?

0 投票
4 回答
38049 浏览

internet-explorer-9 - What tools can I use to analyze Internet Explorer's network capture logs?

I'm using the F12 developer tools built into Internet Explorer 9 to capture network traffic on a site. This information can be saved to an XML (default) or CSV file.

The XML file seems to contain much more information, but I'm having a hard time finding any applications that will read these.

Using Internet Explorer Developer Tools Network Capture states:

The Save button writes the current HTTP session to an XML file by using the HTTP Archive schema or a .CSV file. After saving the session, you can open the session by using any tool that can read HTTP archive files, or .CSV files. Internet Explorer 9 can export your data, but it can view only live HTTP sessions and cannot read saved files.

However, I'm having a hard time finding relevant results in a search for the HTTP Archive schema, and while CSV is nice, it seems to be missing some very nice information. (I may not need that extra information now, but it might be useful in the future.)

Are there tools or resources (XSLT or LINQPad/.NET snippet) that allow for the easy parsing of this information after the fact?

0 投票
1 回答
431 浏览

internet-explorer - 在 IE Developer Toolbar 中查看 dojo 源文件

我在我的网站中使用 dojo 工具包。这是我用来包含 dojo 库的一段代码

当我在 IE 中加载我的网页时,我看到使用IE 开发人员工具脚本标签中dojo.require的一堆加载的文件列表。anonymous code我猜这是因为 dojo 正在“注入”dojo.require使用 xhr 调用引用的脚本文件。

有谁知道告诉 IE Developer 工具不要将这些文件加载​​为“匿名代码”而是将这些源文件显示为常规 JavaScript 文件的方法?

提前感谢您的帮助。

0 投票
1 回答
75 浏览

internet-explorer - IE 开发者工具栏问题

我刚刚安装了 IE 开发者工具栏来在 IE 中调试我的网站,但是我在页面上看不到 javascript 脚本代码的内容。

怎样才能看到像firebug这样的js脚本内容?

0 投票
1 回答
1223 浏览

javascript - 无法在 Internet Explorer 8 上看到开发人员工具

我选择使用 Internet Explorer 8。我需要在其中调试一个脚本。但是,无论我点击开发工具图标多少次,在工具下或当我点击 F12 时,它都不会显示。有时,我可以看到它在任务栏中被最小化,但是当我真正去点击它时。它不会出现...

0 投票
3 回答
4506 浏览

html - CSS -> IE8 填充背景:没有白色的孩子

下午好 Stackoverflow 大师,

我希望我可以向您展示此问题的确切代码,但我在安全区域工作。我可以给你看一个例子。

这是我的 CSS

所有重要的原因是我正试图覆盖一个系统糟糕的乏味 CSS;简单的颜色,狭窄的高度,没有任何魅力。

这是我的通用 HTML

我为标签道歉<tbody>,但系统会自动<tbody>在每个表中放置标签。

我遇到的问题仅在 IE8 中,我为表格行类“标题”和所有表格数据设置了图像以显示为无背景,但 IE8 喜欢用白色填充表格数据。如果我进入开发人员工具并关闭表格数据的 CSS,我可以看到表格行的背景图像,但无论如何都不应该有任何东西......

如何在 IE8 中强制表格数据(标有“特殊”的除外)100% 清晰透明?

0 投票
4 回答
18162 浏览

css - 如何使用 IE 开发人员工具检查动态创建的 DOM 上的元素

我有一个我只在 IE 中遇到的错误。我想通过使用 IE 开发人员工具栏来检查 DOM,但不幸的是似乎无法做到这一点,因为完整的 DOM 是动态生成的。有人知道如何克服这个问题吗?

0 投票
1 回答
2941 浏览

jquery-ui - jQuery UI slider - doesn't work on IE if developer tools isn't activated

I have a really strange problem. I'm using jQuery 1.7.1 and UI 1.8.17 for a slider.

It works like charm on Chrome, Safari and FF (as long as you don't oben firebug...). So far so good, BUT!

It doesn't work on IE (tested with IE 8 & 9). However, as soon as you open the IE developer tools, the slider works!

I have absolutly no idea how to fix that... so hopefully anyone of you guys can help me out!

My JS-Code:

0 投票
1 回答
840 浏览

internet-explorer - Internet Explorer - gzip/deflate 的问题(寻求确认)

我在尝试使用 deflate 时遇到了一些非常奇怪的事情,我有点超出我的理解范围,但这已经成为我决心彻底解决的一种痴迷。

本质上,我在过去的两周里试图让我的网站使用 deflate 进行压缩。在 Firefox 中一切正常,但是当我在 IE 开发工具中检查网络流量时,该站点将所有文件显示为未压缩。

也许另一个 IE 失败 - 是的,也不是。如果我为 firefox 使用用户代理切换器插件,它似乎也没有在 firbug 网络流量中压缩文件。

IE 响应标头中也缺少内容编码。

如果我通过wireshark查看网络流量,我可以看到文件在通过两个浏览器查看时似乎被压缩,但在通过firefox查看时压缩程度更大。

最后,更奇怪的是,如果我查看我的服务器日志,文件显示的压缩大小完全相同。

有没有其他人看到 gzip/deflate 和 IE 的类似问题。谁能解释这里发生了什么?

0 投票
2 回答
695 浏览

jquery - jQuery 在 F12 开发工具的 Internet Explorer 8 模式下不起作用

任何人都可以在此页面上看到为什么 jQuery 不能在 IE8 模式下工作(来自 F12 开发人员工具):

http://www.coolpersonalisedgifts.c​​o.uk/products_customise_withpic.asp?varid=1001

它在 IE9、所有最近的 FF、Chrome 等中运行良好。我需要让它在 IE8 中运行,因为很多访问该站点的人都在使用 XP 和 IE8。

如果有人确实看过它,请注意它是一个长页面。

似乎甚至 $(document).ready(function() 都没有运行,因为其中没有出现一个简单的警报。我已经尝试了一些我发现的修复程序(比如确保所有脚本标签是 type="text/JavaScript") 但没有成功。