Questions tagged «internet-explorer-11»

Internet Explorer 11(IE11)是Internet Explorer 10的后继产品。它于2013年10月17日针对Windows 8.1和2013年11月7日针对Windows 7正式发布。

7
防止IE11在Angular 2中缓存GET调用
我有一个休息端点,可以在GET调用中返回列表。我也有一个POST端点来添加新项目,而DELETE来删除它们。这在Firefox和Chrome中有效,而POST和DELETE在IE11中有效。但是,IE11中的GET仅在页面的初始加载时有效。刷新将返回缓存的数据。我已经在Angular 1中看到有关此行为的帖子,但对于Angular 2(发布候选版本1)则一无所获。

6
IE11上的Flexbox:无缘无故拉伸图像?
我在IE11上的flexbox遇到问题,虽然我知道有很多已知问题,但我找不到解决方法... <div class="latest-posts"> <article class="post-grid"> <img src="http://lorempixel.com/image_output/cats-q-c-640-480-4.jpg" alt="" /> <div class="article-content"> <h2>THIS IS POST TITLE</h2> <p>BLAH</p> </div> </article> </div> 还有CSS ... img { max-width: 100%; } .latest-posts { margin: 30px auto; } article.post-grid { width: 375px; float: left; margin: 0 25px 100px 0; padding-bottom: 20px; background-color: #fff; border: 1px solid …

1
在Internet Explorer 11中支持ES6
根据此页面http://kangax.github.io/compat-table/es6/,ES6功能未在IE 11中实现。 IE 11是否有计划在一天之内实现它们,或者我会忘记它吗?是否有页面解释他们在该主题上的意图? 我读过某个地方(我不记得确切的位置),他们不打算修复IE 11中的错误,所以我猜他们不会打扰实现新功能吗?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.