Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

Bookmarks Toolbar clickable area reduced to bottom edge only

  • 2 απαντήσεις
  • 0 έχουν αυτό το πρόβλημα
  • 14 προβολές
  • Τελευταία απάντηση από 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!