Floorp icon indicating copy to clipboard operation
Floorp copied to clipboard

[Bug]:Customize toolbar browser goes transparent.

Open jonzn4suse opened this issue 1 year ago • 11 comments

Pre-Submission Checklist

  • [X] I have checked the existing/closed issues to ensure this issue has not already been reported.
  • [X] I am using the latest supported version of the browser.
  • [X] I have tried disabling all browser extensions/add-ons to rule out interference from these.
  • [X] I have tried clearing the browser cache and cookies.
  • [X] I have checked with a new profile and the issue still occurs.
  • [X] I have provided detailed step-by-step instructions on how to reproduce the issue.
  • [X] I have included relevant screenshots or console outputs.
  • [X] I have checked that this problem is not occurring in the latest version of Firefox ESR.
  • [X] This issue is specific to this browser and does not occur in other browsers.

Bug Summary

When trying to customize the toolbar, the browser goes transparent. I have Floorp running on 1 Leap and 3 Tumbleweed laptops and can reproduce the issue on all of them.

Reproduction Steps

Try to customize toolbar

Expected Behavior

Should see options to customize toolbar ESR_Screenshot_20240915_100333

Actual Behavior

Browser goes transparent and cannot see anything. floorp issue_Screenshot_20240915_095837

Screenshots

floorp issue_Screenshot_20240915_095837 ESR_Screenshot_20240915_100333

Browser Version

11.18.1 (64-bit)

Operating System

openSUSE Leap 15.6

Additional Context

Operating System: openSUSE Leap 15.6 KDE Plasma Version: 5.27.11 KDE Frameworks Version: 5.115.0 Qt Version: 5.15.12 Kernel Version: 6.4.0-150600.23.17-default (64-bit) Graphics Platform: X11 Processors: 16 × AMD Ryzen 7 PRO 6850HS with Radeon Graphics Memory: 62.1 GiB of RAM Graphics Processor: AMD Radeon Graphics Manufacturer: HP Product Name: HP EliteBook 865 16 inch G9 Notebook PC System Version: SBKPF

jonzn4suse avatar Sep 15 '24 14:09 jonzn4suse

Do you use Flatpak version of Floorp?

surapunoyousei avatar Sep 15 '24 14:09 surapunoyousei

Just downloaded from the site and run from the folder. https://floorp.app/en/download?platform=linux

jonzn4suse avatar Sep 15 '24 17:09 jonzn4suse

Here's another computer. floorp on 455_Screenshot_20240915_192310

jonzn4suse avatar Sep 15 '24 23:09 jonzn4suse

If run "MOZ_ENABLE_WAYLAND=0 floorp", does it work correctly?

creeper-0910 avatar Sep 16 '24 00:09 creeper-0910

Updated browser and variable, but no joy. floorp_Screenshot_20240917_185912

jonzn4suse avatar Sep 17 '24 23:09 jonzn4suse

I have the same issue, for some reason enabling the title bar fixes it. I'm guessing there's some bug in the wayland code that lets it display the system window close/maximize buttons on top of the window when the title bar is disabled and you're editing the title bar, since that's the thing that could require transparency.

henlo-birb avatar Sep 26 '24 20:09 henlo-birb

I thought so too, but I don't know the cause as it also occurs when wayland is disabled...

creeper-0910 avatar Sep 27 '24 03:09 creeper-0910

I have the same issue, for some reason enabling the title bar fixes it. I'm guessing there's some bug in the wayland code that lets it display the system window close/maximize buttons on top of the window when the title bar is disabled and you're editing the title bar, since that's the thing that could require transparency.

A screenshot would be helpful.

jonzn4suse avatar Sep 28 '24 19:09 jonzn4suse

In my experience, this happens if you have Photon/Lepton UI. The problem solved in Proton UI or Floorp Fluerial UI.

Sarangem avatar Sep 29 '24 17:09 Sarangem

Just updated to 11.20.0, still no joy.

jonzn4suse avatar Nov 06 '24 10:11 jonzn4suse

I don't use wayland (Linux Mint 21) and I still have this same problem.

opensourcer2 avatar Nov 09 '24 22:11 opensourcer2

Not planned? This is a bug, not a feature request.

opensourcer2 avatar Jul 22 '25 20:07 opensourcer2

I'm on Pop!_OS using X11 and came across this today. Adding the following to my userChrome.css helped:

@media (-moz-bool-pref: "userChrome.compatibility.theme") {
    #customization-container {
        background-color: rgb(13, 13, 16) !important;
    }
    #statusBar {
        background-color: rgb(13, 13, 16) !important;
    }
}

robeecodes avatar Jul 25 '25 15:07 robeecodes

Same problem here. Is this issue resolved in v12 for anyone? I can put up with it for a while longer if the upgrade fixes it once and for all.

JSGRD22 avatar Aug 17 '25 01:08 JSGRD22