How to remove status bar at bottom of browser when in full screen mode
We have an application that runs in full screen mode for public display, so having the status bar pop-up at the bottom of the screen is distracting when it moves between pages is distracting and detracts from the user experience. How do I disable the status bar so that it no longer pops up when the browser is in full screen mode?
Soluție aleasă
Or do you mean the floating message that describes the current activity of the browser (for example, Waiting...) or shows the URL of the currently hovered link?
That can be suppressed using custom style rules. Here is an example of a past thread on how you might do that:
How do I disable the link address popup at bottom of the page?
That was as of Firefox 25. Does it still work in Firefox 30?
Citește acest răspuns în context 👍 1Toate răspunsurile (3)
Hmm, Firefox 29 and higher do not have a status bar. Is it something created by an add-on?
Now they do: https://support.mozilla.org/en-US/kb/what-happened-status-bar?esab=a&s=status+bar&r=0&as=s#w_the-new-status-bar
It's in the most recent version of FF.
Soluție aleasă
Or do you mean the floating message that describes the current activity of the browser (for example, Waiting...) or shows the URL of the currently hovered link?
That can be suppressed using custom style rules. Here is an example of a past thread on how you might do that:
How do I disable the link address popup at bottom of the page?
That was as of Firefox 25. Does it still work in Firefox 30?