Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

ఇంకా తెలుసుకోండి

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

  • 6 ప్రత్యుత్తరాలు
  • 1 ఈ సమస్య కలిగినది
  • 60 వీక్షణలు
  • చివరి సమాధానమిచ్చినది 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 చే మార్చబడినది

ఒక ప్రశ్న అడగండి

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.