Şu anda bakım nedeniyle sitemiz kısıtlı işlevsellik sunmaktadır. Mevcut makaleler sorununuzu çözmediyse ve bize soru sormak isterseniz Twitter’da @FirefoxSupport hesabından ve Reddit’teki /r/firefox subreddit'inden destek gönüllülerimize ulaşabilirsiniz.

Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Daha Fazlasını Öğren

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?

Tüm Yanıtlar (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.