搜尋 Mozilla 技術支援網站

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

了解更多

Navigation toolbar buttons not working

  • 3 回覆
  • 14 有這個問題
  • 1 次檢視
  • 最近回覆由 cor-el

more options

The back button, forward button, refresh button, and stop button all do not work on the navigation toolbar of my firefox 3.6.9. (I've had this issue with earlier versions as well) I have tried reinstalling, but they still are not highlighted so I can use them. Please help as I do not want to have to go to another browser. Thanks!

The back button, forward button, refresh button, and stop button all do not work on the navigation toolbar of my firefox 3.6.9. (I've had this issue with earlier versions as well) I have tried reinstalling, but they still are not highlighted so I can use them. Please help as I do not want to have to go to another browser. Thanks!

所有回覆 (3)

more options

I did everything suggested at the link you posted, and it did not solve the problem.

more options

Did you try to delete or move places.sqlite ?

Copy and Paste this code in the Code field in the "Tools > Error Console" and click the "Evaluate" button to cleanup and compress the places.sqlite database file.

Components.utils.import("resource://gre/modules/PlacesDBUtils.jsm");PlacesDBUtils.checkAndFixDatabase();