internet-explorer-8 - 为什么jsfiddle在IE8和早期版本中根本不渲染?

标签 internet-explorer-8 rendering jsfiddle ie8-browser-mode

我试图在IE8中使用开发人员工具中的BrowserMode-- IE8Document Mode--IE8打开http://jsfiddle.net/。在其他浏览器中,它运行良好,甚至在IE9中也运行良好。但是我在IE8 and older versions of IE中看到了JavaScript错误。

SCRIPT1010: Expected identifier 
EditorCM.js?Spring, line 105 character 25

SCRIPT438: Object doesn't support property or method 'addEventListener' 
heyoffline.js?Spring, line 24 character 5

SCRIPT5009: 'MooShellEditor' is undefined 
jsfiddle.net, line 91 character 7

SCRIPT5007: Unable to get value of the property 'editor': object is null or undefined 
Actions.js?Spring, line 130 character 5

这就是它在IE8中的呈现方式

jsfiddle是否可以与IE8和更早版本一起使用?

最佳答案

您可以找到更多信息here。简而言之:

For all unsupported browsers (like IE8 or mobile phones) please use DRAFT feature.

  • Log in to the service on your favourite browser.
  • Create fiddle and Run it
  • On IE8 open the http://jsfiddle.net/draft/

关于internet-explorer-8 - 为什么jsfiddle在IE8和早期版本中根本不渲染?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15260947/

相关文章:

html - IE 8 访问过的链接右移

html - 为什么伪元素上的滤镜渐变在 IE8 中不起作用?

c++ - 渲染引擎设计 - 抽象出资源的 API 特定代码

reactjs - 防止子元素不必要的重新渲染

c++ - 渲染中的区域采样与 BRDF 采样

css - IE8 - 带有不透明度的 div 中的圆 Angular

Javascript 无法在 IE8 上运行

javascript - Vue-Validator 表单验证不适用于 JS Fiddle

javascript - 为什么jsfiddle中定义的方法无法被识别?

javascript - ajax 请求在 knockout js 中发送第二次点击