搜尋 Mozilla 技術支援網站

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

Learn More

Bookmarks Toolbar clickable area reduced to bottom edge only

  • 2 回覆
  • 0 有這個問題
  • 18 次檢視
  • 最近回覆由 OsakaWebbie

more options

I think this started after my most recent upgrade - I'm currently on 108.0.1, but I suspect it was an upgrade from 107, not just from 108.0 (I use PortableApps and only upgrade through PA, and it takes time for PA to prep new versions of app, so sometimes short-lived versions are skipped, and the 108.0.1 changelog only mentions one tiny bug fix). When trying to access a bookmark or folder on my bookmarks toolbar, nothing happens (color change or tooltip on hover, nor clicking) unless the mouse is at the very bottom edge of the button area, well below where the icon and text are. Is this happening to anyone else? I use the bookmarks toolbar heavily, so this is very annoying.

I think this started after my most recent upgrade - I'm currently on 108.0.1, but I suspect it was an upgrade from 107, not just from 108.0 (I use PortableApps and only upgrade through PA, and it takes time for PA to prep new versions of app, so sometimes short-lived versions are skipped, and the 108.0.1 changelog only mentions one tiny bug fix). When trying to access a bookmark or folder on my bookmarks toolbar, nothing happens (color change or tooltip on hover, nor clicking) unless the mouse is at the very bottom edge of the button area, well below where the icon and text are. Is this happening to anyone else? I use the bookmarks toolbar heavily, so this is very annoying.

被選擇的解決方法

You may have to take this to PA support.

You can start Firefox in Troubleshoot Mode to check if one of the extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) or if hardware acceleration or if userChrome.css/userContent.css is causing the problem.

  • switch to the DEFAULT theme: "3-bar" menu button or Tools -> Add-ons -> Themes
  • do NOT click the "Refresh Firefox" button on the Troubleshoot Mode start window
從原來的回覆中察看解決方案 👍 0

所有回覆 (2)

more options

選擇的解決方法

You may have to take this to PA support.

You can start Firefox in Troubleshoot Mode to check if one of the extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) or if hardware acceleration or if userChrome.css/userContent.css is causing the problem.

  • switch to the DEFAULT theme: "3-bar" menu button or Tools -> Add-ons -> Themes
  • do NOT click the "Refresh Firefox" button on the Troubleshoot Mode start window
more options

I was already on the default theme, don't use acceleration, and had already tried disabling add-ins, but your comment about userChrome.css reminded me that I had some customizations to the bookmarks toolbar there. All I remembered were some color and icon changed, but when I looked, I also had a piece of code to allow multiple rows in that toolbar, which I had copied in there but forgotten about. That was the culprit! I got the newest version from https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/multi-row_bookmarks.css and it now works fine. Thanks for pointing me in the right direction!