搜尋 Mozilla 技術支援網站

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

Learn More

Radio buttons in cgi script-generated html page stopped working after upgrade to Firefox 4 (from 3.6.16).

  • 4 回覆
  • 2 有這個問題
  • 6 次檢視
  • 最近回覆由 freddy3

more options

I disabled both of the Firefox Add-Ons I use (NoScript 2.1.0.1 & Ad Block Plus 1.3.6) and rebooted the machines, but that had no effect. This problem has been repeated on multiple PCs, running XP Pro (sp3), Vista Business (sp2) & Server 2003 (sp2), right after upgrading to Firefox 4, so the problem is definitely related to Firefox 4.

I disabled both of the Firefox Add-Ons I use (NoScript 2.1.0.1 & Ad Block Plus 1.3.6) and rebooted the machines, but that had no effect. This problem has been repeated on multiple PCs, running XP Pro (sp3), Vista Business (sp2) & Server 2003 (sp2), right after upgrading to Firefox 4, so the problem is definitely related to Firefox 4.

被選擇的解決方法

This could be related to the new HTML5 rendering engine. To test that possibility, you can temporarily disable it.

  • Open about:config
  • In the filter box, type or paste html5 and pause until the list is filtered
  • Double-click html5.parser.enable to toggle it to false

If it works after that, there may be some layout problem with your form (i.e., accepted in HTML4 but not accepted in HTML5), or you may have found a bug.

This forum focuses on end-user support. You can find more web development help on the mozillaZine Web Development board. Separate forum, separate registration. Please note the tips in the Sticky Post at the top of the forum before posting.

從原來的回覆中察看解決方案 👍 0

所有回覆 (4)

more options

選擇的解決方法

This could be related to the new HTML5 rendering engine. To test that possibility, you can temporarily disable it.

  • Open about:config
  • In the filter box, type or paste html5 and pause until the list is filtered
  • Double-click html5.parser.enable to toggle it to false

If it works after that, there may be some layout problem with your form (i.e., accepted in HTML4 but not accepted in HTML5), or you may have found a bug.

This forum focuses on end-user support. You can find more web development help on the mozillaZine Web Development board. Separate forum, separate registration. Please note the tips in the Sticky Post at the top of the forum before posting.

more options

That fixed it (on all the PCs)!! I suppose it could be an issue with our cgi scripts, but they've been working fine for the past dozen or so years until the upgrade to Firefox 4. I don't know if Microsoft shifted over to html5 with the recent release of IE9 (which we've been using for the past few days...since they stopped working in Firefox 4), but they work fine in IE. Thanks for the quick solution!

由 freddy3 於 修改

more options

If this is an internal-use-only application, it sounds as though you're done. If it's a public-facing application, it would make sense to take a deeper look at the page.

more options

It's internal only, but the code is widely-used, so I'd reckon there'll be many similar complaints in the coming weeks. Thanks again!