Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Поиск в поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Bookmark-Bar not shown in fullscreen mode with newer firefox version

  • 6 ответов
  • 1 имеет эту проблему
  • 110 просмотров
  • Последний ответ от originalraven

Same Problem as here but thread is archived: https://support.mozilla.org/en-US/questions/1465988

It has always worked great until now, but it seems that it no longer works with Firefox 147.0.1. Does anyone have any idea how to fix this?

Same Problem as here but thread is archived: https://support.mozilla.org/en-US/questions/1465988 It has always worked great until now, but it seems that it no longer works with Firefox 147.0.1. Does anyone have any idea how to fix this?

Выбранное решение

Ok, it has changed with this: https://bugzilla.mozilla.org/show_bug.cgi?id=1979014 So from now on you need this in userChrome.css:

:root[inFullscreen] #PersonalToolbar:not([collapsed]) {visibility:visible !important;}

Прочитайте этот ответ в контексте 👍 0

Все ответы (6)

Smells like a bug to me. I see the same issue in nightly.

Let me go ask devs...

Изменено jonzn4SUSE

Until about FF 130.x it worked with this:

  1. navigator-toolbox[inFullscreen="true"] #PersonalToolbar {
 visibility: unset !important;

Then it worked with this:

root[inFullscreen] #PersonalToolbar[collapsed=false] {visibility:visible !important;}

And now with 147.x? BTW: How can you exclude code here?

Изменено originalraven

You can chat with devs here. https://chat.mozilla.org

Выбранное решение

Ok, it has changed with this: https://bugzilla.mozilla.org/show_bug.cgi?id=1979014 So from now on you need this in userChrome.css:

:root[inFullscreen] #PersonalToolbar:not([collapsed]) {visibility:visible !important;}

Изменено originalraven

Задать вопрос

Для ответа на сообщения вы должны войти в свою учётную запись. Пожалуйста, задайте новый вопрос, если у вас ещё нет учётной записи.