-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Description
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
Menu bar not visible in LibreWolf browser
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser: LibreWolf (Firefox-based)
- Local OS: Windows 11 Pro
- Remote OS: Ubuntu (server)
- Remote Architecture: amd64
- code-server --version: 4.112.0 (Code 1.112.0)
Description
The menu bar (File, Edit, View, etc.) is completely missing when accessing code-server through the LibreWolf browser. The same setup works correctly in Google Chrome, where the menu bar is visible as expected.
LibreWolf is a privacy-hardened Firefox fork. The issue is likely related to LibreWolf's strict privacy settings or JavaScript restrictions causing the menu bar to not render.
Steps to Reproduce
- Deploy code-server using Docker (
lscr.io/linuxserver/code-server:latest) - Open code-server URL in LibreWolf browser on Windows 11 Pro
- Observe that the menu bar is completely absent
- Open the same URL in Google Chrome
- Observe that the menu bar is visible and working correctly
Expected Behavior
The menu bar (File, Edit, Selection, View, Go, Run, Terminal, Help) should be visible in LibreWolf, just as it is in Google Chrome.
Actual Behavior
The menu bar is not rendered at all in LibreWolf. The editor functions otherwise, but the menu bar is invisible.
Screenshots
Additional Context
- LibreWolf is a privacy-focused Firefox fork with stricter default settings
- The issue does not occur in Google Chrome
- Running behind Cosmos Cloud reverse proxy
- Deployed via Docker with
lscr.io/linuxserver/code-server:latest
Steps to Reproduce
Expected
The menu bar (File, Edit, Selection, View, Go, Run, Terminal, Help)
should be visible at the top of the editor, just as it appears in
Google Chrome.
Actual
The menu bar is completely invisible when using LibreWolf browser
(privacy-hardened Firefox fork). The editor loads and functions
correctly, but the menu bar is not rendered at all.
The same setup works correctly in Google Chrome.
Logs
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
I did not test native VS Code
Does this bug reproduce in VS Code web?
I did not test VS Code web
Does this bug reproduce in GitHub Codespaces?
I did not test GitHub Codespaces
Are you accessing code-server over a secure context?
- I am using a secure context.
Notes
No response