Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

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();