为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

letters displayed instead of play button video player on my mac

  • 3 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

video player controls such as play, volume, pause etc. appear as one letter e.g pause displays > ... speaker volume symbol displays b see attached image.

hope you can assist

thanks in anticipation Adrian Firefox Fan

video player controls such as play, volume, pause etc. appear as one letter e.g pause displays > ... speaker volume symbol displays b see attached image. hope you can assist thanks in anticipation Adrian Firefox Fan
已附加屏幕截图

所有回复 (3)

more options

Is this with many websites, some, a few?

Many site issues can be caused by corrupt cookies or cache.

Warning ! ! This will log you out of sites you're logged in to. You may also lose any settings for that website.

If there is still a problem, Start Firefox in Safe Mode {web link} by holding down the <Shift> (Mac=Options) key, and then starting Firefox.

A small dialog should appear. Click Start In Safe Mode (not Refresh). Did this help?

While you are in safe mode;

Try disabling graphics hardware acceleration in Firefox. Since this feature was added to Firefox it has gradually improved but there are still a few glitches.

How to disable Hardware Acceleration {web link}

more options

Thank you for your speedy reply ...

This problem is occuring on only the one sites at present ...https://www.nrl.com/. This site works fine in Safari and Chrome

I have actioned all of your recommendations and the problem still exists ?

Regards Adrian

more options

Special icons are usually supplied by an icon font that is downloaded from the server (@font-face) You may see little boxes with the hex code of the character if you do not have a font installed that covers this Unicode range.

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

The website uses this special font for the videoplayer:

@font-face {
  font-family: videoplayer;
  src: url("public/d14810f2fa89c51ca63f74ac26bdf92b.woff2") format("woff2"), url("public/1447d74dea469a11f47d9fa37e339312.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

If you use extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) that can block content (Adblock Plus, NoScript, Disconnect, Ghostery, Privacy Badger, uBlock Origin) always make sure such extensions do not block content.

Firefox shows the shield icon at the left end of the location/address bar in case Content Blocking is blocking content.

  • click the shield icon for more detail and possibly disable the protection

You can check the Web Console about what content is blocked