為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Page with <object id="defaultFormat" format="SVG"></object> won't load

more options

One of our web site generators produces a home page that won't load in Firefox 4.0. It loads in older versions of Firefox and all other browsers. The home page just defines a frameset with two side-by-side frames. Each of the frames load by themselves.

Found that if I comment out the <object> tag found in the head of the home page, everybody is happy -- i.e., it works in Firefox 4. Is this a new feature?

One of our web site generators produces a home page that won't load in Firefox 4.0. It loads in older versions of Firefox and all other browsers. The home page just defines a frameset with two side-by-side frames. Each of the frames load by themselves. Found that if I comment out the <object> tag found in the head of the home page, everybody is happy -- i.e., it works in Firefox 4. Is this a new feature?

所有回覆 (1)

more options

SVG should work in Firefox 4. To see whether this problem is caused by the new HTML5 rendering engine, you can toggle it off or back on again like this:

(1) Type or paste about:config in the address bar and press Enter. Click the button promising to be careful.

(2) In the filter box, type or paste html5 and pause while the list is filtered

(3) Double-click html5.parser.enable to toggle it to false or back to true.

Then reload the page.

Does that make any difference? If so, there could be something a little bit wrong in your HTML or CSS -- or you have found a bug.