We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

buttons icons not displaying

  • 5 답장
  • 10 이 문제를 만남
  • 13 보기
  • 최종 답변자: mr.elad

more options

Sometime recently FF stopped displaying the button images on some websites. They show as a square with 4 digit hex code inside.

I did clear everything in the history, started with add-ons disabled and also in safe mode, none of these solutions helped. My setting gfx.downloadable_fonts.enabled is set to true.

Sometime recently FF stopped displaying the button images on some websites. They show as a square with 4 digit hex code inside. I did clear everything in the history, started with add-ons disabled and also in safe mode, none of these solutions helped. My setting gfx.downloadable_fonts.enabled is set to true.

글쓴이 technomad 수정일시

선택된 해결법

Did you check the setting in "Options > Content : Fonts & Colors > Advanced" ?

You can open the Web Console (Firefox/Tools > Web Developer). Check on the Network tab if content like fonts is blocked or has a file size 0 (zero).

Reload the page via F5 or bypass the cache via Ctrl + F5

문맥에 따라 이 답변을 읽어주세요 👍 2

모든 댓글 (5)

more options

Missing icons are supplied by a font that is downloaded from the server (@font-face) as you can probably see by little boxes that show the hex code of the characters.

Make sure that you allow pages to choose their own fonts.

  • Tools > Options > Content : Fonts & Colors > Advanced: [X] "Allow pages to choose their own fonts, instead of my selections above"

You can check the gfx.downloadable_fonts.enabled pref on the about:config page and make sure that it is set to true (if necessary double-click the line to toggle its value).

You can open the about:config page via the location/address bar. You can accept the warning and click "I'll be careful" to continue.

more options

The left image is Firefox the right image is Chrome.

more options

선택된 해결법

Did you check the setting in "Options > Content : Fonts & Colors > Advanced" ?

You can open the Web Console (Firefox/Tools > Web Developer). Check on the Network tab if content like fonts is blocked or has a file size 0 (zero).

Reload the page via F5 or bypass the cache via Ctrl + F5

more options

Thanks.

Ctrl +F5 worked. I don't really understand why because I had already cleared the cache.

more options

I have the same problem. It's a Chinese site. The Chinese font is displayed correctly but the icons are not (I see Hex in a box). Both "Allow pages to choose their own fonts, instead of my selections above" and gfx.downloadable_fonts.enabled pref are true as mentioned above and I cleared the cache, restarted, logged out and back in several times. I'm using Firefox 28.0 and the icons are not displayed in safe mode as well so It's not an add-on). In Web Developer Console I see the CSS that's referencing those icons, with size and loading time, and it has a status code "304 Not Modified". All the elements have this status code except the initial webpage (index.php) which is green (status 200). I see nothing in images tab (I'm guessing I should see the actual images traffic as well, no?). Every few page reloads they all light up green and status 200 but the icons are not displayed still.

Chrome is fine and Firefox on a second computer is fine. It's just this instance of Firefox that driving me crazy..

Any other suggestion for me?