Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

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

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

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

Favicon problem with FF8

  • 6 отговора
  • 42 имат този проблем
  • 3 изгледи
  • Последен отговор от The Lightning Stalker

more options

I have updated my Firefox and I have a problem with the new FF8. So, there is a only a square on the tab of a site instead of picture icon next to the name of the site. What's the problem?

Thanks!

(and apologize my english)

I have updated my Firefox and I have a problem with the new FF8. So, there is a only a square on the tab of a site instead of picture icon next to the name of the site. What's the problem? Thanks! (and apologize my english)

Избрано решение

Ok. I fixed it. I had to disable the Favicon Picker extension because it was interfering with it. It works fine now.

Прочетете този отговор в контекста 👍 1

Всички отговори (6)

more options

That can happen if the site doesn't have a favicon.
In older versions you used to get a folder icon in such a case, but now you see an square.

See:

Add code to userChrome.css in the chrome folder below the @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#page-proxy-favicon:not(src),
.tab-icon-image:not(src) {
 list-style-image: url("chrome://global/skin/icons/folder-item.png")!important;
 -moz-image-region: rect(0px, 16px, 16px, 0px)!important;
}
more options

But these sites had icon in FF7. For example, Facebook. It had a favicon, but in FF8 there is only a square.

more options

Try the CheckPlaces extension.


A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.

more options

It doesn't matter. Favicons won't show in the address bar or on the tab weather the site has a favicon or not. I ran CheckPlaces and it's still doing it. Maybe I'll try deleting places.sqlite to see if that works.

Interestingly, they still show in the bookmarks menu and history.

more options

I just tried deleting it. Same problem.

more options

Избрано решение

Ok. I fixed it. I had to disable the Favicon Picker extension because it was interfering with it. It works fine now.