谷歌网络字体加载器崩溃 ie - 困难
我正在尝试使用名为 bigText 的 jquery 插件。一个很棒的用于创建块头的插件。如果您想将其与自定义字体一起使用,则表明您需要 google webfont 加载器,这样您可以在 @fontface 加载/渲染后使用回调来触发插件。
它在 FF、Safari、Chrome 中运行良好,但在 ie6-7-8 中一直崩溃,严重。页面加载后,它会立即提示有错误,并询问您是否要向 MS 发送报告。
我确定这是由 Google 字体加载器触发的,在发表评论时代码的所有其他部分似乎仍然崩溃。当注释掉谷歌字体加载器位时,所有其他事情都可以工作=> 仅字体加载器示例
这里有人遇到过这样的错误并可能找到解决方案吗?
I'm trying to use a jquery-plugin called bigText. An awesome plugin for create block-headers. If you want to use this with a custom font, it states that you need google webfont loader, this way you can use a callback to trigger the plugin AFTER the @fontface has loaded/rendered.
It works fine in FF, Safari, Chrome, but it keeps crashing ie6-7-8, hard. A soon as the page loads it says it has an error and asks if you want to send a report to MS.
You can check out the code here
I'm sure this is triggered by the Google font loader, When commenting out all the other parts of the code it still seems to crash. When commenting out the google font-loader bit, all the other things work => font loader only example
Has anyone here ever experienced a bug like this and maybe found a solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,我也遇到过同样的bug。
第一个注意事项是,您必须使用开发工具 -> 在 NATIVE IE 6-8(而不是 IE 9)上重现该错误。浏览器模式。
我已将该错误隔离为与 Modernizr 2.5.2 不兼容,只需升级您的 Modernizr 版本即可一切就绪~
编辑 - 只需升级到 您的构建
编辑 2 — 已验证该问题已在我们的 奥兰多网页设计页面
First of all, I have had the same bug.
The first note is that you must reproduce the bug on NATIVE IE 6-8, not IE 9 using the Dev Tools -> Browser Mode.
I have isolated the bug to an incompatibility with Modernizr 2.5.2, simply upgrade your modernizr build and you'll be all set~
EDIT - Just upgrade to the latest version 2.5.3 of Your Build Here
Edit 2 — Verified that it's fixed on our Orlando Web Design Page