问题标签 [internet-explorer-8]

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 投票
2 回答
324 浏览

sharepoint - Really strange IE 8 Beta 2 behaviour

PLEASE DON'T CLOSE -- IT'S PROGRAMMING-RELATED (BUT NO CODE INCLUDED)

I develop MOSS sites, and I need to make sure my sites are compatible with IE 7,8 and FireFox.

I have an external testing site (Windows 2003, IIS 6) and when I browse to this MOSS site, I can authenticate without any problems using IE8.

When I browse to my local installation of MOSS (Windows 2008 Server, IIS 7), I can't authenticate, instead it prompts for username+password, then 3 tries later a blank page comes up.

Any idea why this is? At the moment I can't test my MOSS installation locally using IE 8, because of this, and Microsoft don't provide support for beta products.

0 投票
4 回答
59189 浏览

javascript - IE8 中 Javascript 错误的最可能原因是什么?

我在 IE7(以及 Firefox、Chrome 和 Safari)中运行良好的页面上看到了 IE8 中的许多 Javascript 错误。我知道 IE 对 Javascript 安全性等内容进行了一些更改。其中一些没有给出明确的错误消息——诸如跨域违规之类的事情最终可能会引发非常模糊的异常。

当我们对 IE8 Javascript 错误进行故障排除时,让我们列出最严重的问题。请列出一项对 IE8 Javascript 方式的更改会导致 Javascript 错误。

0 投票
2 回答
7489 浏览

html - 如何减少回发时 IE 中的闪烁?

当页面回发时,IE 会导致非常不吸引人的闪烁或闪烁。如果不使用 UpdatePanel,我该如何减少或删除它?

大多数解决方案建议使用这样的页面转换:

我们已经成功使用它几年了,但它在 IE8 Beta 2 中被破坏了。

0 投票
6 回答
7789 浏览

internet-explorer-8 - 您对在您的页面中包含 ie7.js 或 ie8.js 感觉如何?

见这里:http ://code.google.com/p/ie7-js/

有没有人对此javascript有任何经验或评论?值得包括吗​​?你推荐它吗?

0 投票
2 回答
2389 浏览

html - 如何使标准模式和怪癖模式一样工作?

以下 Html 在 FireFox 或 IE7/8 中非常适合我(带或不带样式标签)

但是我被告知,在上述 HTML 顶部缺少 DocType 导致两个浏览器都在“Quirks”模式下工作。

我被告知这很糟糕。

我已经尝试了几种 DocType,但没有找到在两种浏览器中都能产生正确呈现的 DocType/HTML 组合。

“Quirks”模式以外的任何东西都会导致浏览器对设置文本框宽度的尝试做出不同的反应。这似乎导致我可以更正我对 FF 或 IE 的指令,而突然另一个会失败。

一些细节...

1.> 这里的目标是,在每个浏览器中呈现时,3 行的宽度应该完全相同。渲染的宽度在浏览器中是否相同并不是必需的,只是它们在每个浏览器中正确对齐/对齐。

2.> 引用的图像是 3 像素宽和 1 高的间隔图像(对此的替代方案也很好)

3.> 如果可能的话,我不想介绍表格。

似乎 Quirks 模式是唯一在浏览器中保持一致的模式。但是我担心 IE8 的最终版本或确实在某些未来的浏览器中,怪癖模式不会成为默认模式。

我该怎么办 ?如何指定一个 DocType(并且可能改变我的 html),这将在浏览器中创建一致的外观?

0 投票
3 回答
12364 浏览

internet-explorer-8 - IE8 初始化错误(序数 650 未在 iertutil.dll 中建立)

任何想法为什么从 IE7 升级到 IE8 RC1 后我可能会得到:“序号 650 无法位于动态链接库 iertutil.dll 中。” 错误?

0 投票
3 回答
8348 浏览

html - 触发弹出窗口阻止程序的 IE 和下拉菜单

我不知道为什么会这样。我有一些非常简单的代码,在下面复制,它在除 IE 7 和 8 之外的所有浏览器中都能正常工作。在这些浏览器中,尝试在选择中展开选项列表会触发内置的弹出窗口阻止栏。

是什么赋予了?

0 投票
1 回答
1318 浏览

apache - What is the source of /path/(null) requests?

We are beginning to see requests in our Apache Logs in the form

/abc/(null)

These requests all have MSIE 8.0 and Trident 4.0 in the User-Agent field. The requests began to appear when we hadn't deployed any changed code for several weeks.

What is the source of these requests? Is this a bug in MSIE 8?

What is a systematic way to determine if this is a browser bug, javascript library bug or an issue with our code?

0 投票
8 回答
46126 浏览

javascript - 在 IE8 中获取 div 的最后一个孩子?

除了 using 之外,还有其他方法可以获取 div 元素的最后一个子元素div:last-child,这至少在 IE8 中不起作用?

0 投票
2 回答
141 浏览

html - 为 Explorer 8 设计网站

在为 Internet Explorer 8 设计网站时,我们应该注意哪些主题?有没有新的标准,我们应该遵守以获得最佳外观?