为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Web pages that previously opened Ok are not opening fully and I am getting the error on the Error Console "Image corrupt or truncated:"

  • 1 个回答
  • 16 人有此问题
  • 4 次查看
  • 最后回复者为 dsandy

more options

The Error Console message is followed by the url of the image and a link to the same url. Clicking on the link, the image opens correctly. The same page works fine on other browsers and the images open correctly on other pages on the same website. The images have not been renamed with a different type and the favicon is a valid format. Please can anyone help?

The Error Console message is followed by the url of the image and a link to the same url. Clicking on the link, the image opens correctly. The same page works fine on other browsers and the images open correctly on other pages on the same website. The images have not been renamed with a different type and the favicon is a valid format. Please can anyone help?

所有回复 (1)

more options

I have since discovered two errors here.

The 'Image corrupt or truncated' error message is appearing in the error log but the picture opens correctly on the web page.

The page not displaying correctly is caused by a strict or erroneous application of DOM rules, meaning that a form name can only be referenced within a Javascript function by stating the full reference (i.e. document.formname.value) rather than simply formname.value.

由dsandy于修改