Code Monkey home page Code Monkey logo

Comments (15)

black7375 avatar black7375 commented on May 25, 2024 2

Fixed a conflict between the following commit and the previous one.
mozilla/gecko-dev@96fe482

from firefox-ui-fix.

extremMiSt avatar extremMiSt commented on May 25, 2024 1

I am having the same problem on 122.0 (64-Bit), original lepton style

edit:
I found that applying the "light" theme instead of "system theme" (for/from linux mint in my case) fixed that particular problem, with (as far as I can tell from 5 mins clicking around) no other visible changes.
so there is at least a workaround :)

from firefox-ui-fix.

SmallJoker avatar SmallJoker commented on May 25, 2024 1

@black7375 Greybird (shipped with xfce4) and it seem that Firefox now seems to pick different colors for the address bar background than before. Changing the theme does improve the situation. Apparently this is not a Firefox-UI-Fix issue. It also occurs when renaming the chrome dir.
Report invalid. Thank you for the pointer.

from firefox-ui-fix.

SmallJoker avatar SmallJoker commented on May 25, 2024 1

@black7375 Thank you very much! I cherry-picked the commit onto the proton-style branch and the appearance is just like before updating Firefox. ❤️

grafik

from firefox-ui-fix.

acarasimon96 avatar acarasimon96 commented on May 25, 2024 1

It looks like ed31543 brought back the transparent URL bar for me. I'm also using the default system theme and Breeze for the GTK theme.

from firefox-ui-fix.

marcoesposito1988 avatar marcoesposito1988 commented on May 25, 2024

This was driving me mad as well. I just removed the old installation (removed the chrome and user.js in the profile folder; you may want to make a backup instead), and reinstalled with the installation script. Seems to solve the issue

from firefox-ui-fix.

marcoesposito1988 avatar marcoesposito1988 commented on May 25, 2024

P.S.: never mind, the style was not being applied

from firefox-ui-fix.

SmallJoker avatar SmallJoker commented on May 25, 2024

Latest "photon-style" is affected too. All other menus show up just fine.

Good: Firefox 121.0.1
Bad: Firefox 122.0

from firefox-ui-fix.

ernstki avatar ernstki commented on May 25, 2024

I found that applying the "light" theme instead of "system theme" (for/from linux mint in my case) fixed that particular problem, with (as far as I can tell from 5 mins clicking around) no other visible changes.

Thanks for documenting this. This is an effective workaround, and choosing either the built-in Firefox "Light" or "Dark" theme seems to resolve the problem just fine.

I think it's probably easier for the maintainer(s) to just point Linux people at this advice, rather than try to chase down exactly what bit of CSS deep within Firefox's internals is causing this for one particular—let's be honest—fringe platform.

from firefox-ui-fix.

SmallJoker avatar SmallJoker commented on May 25, 2024

I can confirm that the commit 4545b12 fixes this particular issue. Thank you.


Related to that, it seems that the URL bar background changed too. On my side, it used to be brighter, resulting in better contrast than whatever this is: (also related to text readability)
grafik

from firefox-ui-fix.

black7375 avatar black7375 commented on May 25, 2024

@SmallJoker What's your theme?
If you're a Linux theme user, you can figure it out with the following command.

gsettings get org.gnome.desktop.interface gtk-theme

from firefox-ui-fix.

black7375 avatar black7375 commented on May 25, 2024

@SmallJoker With a little code, I reverted to excluding -moz-gtk-theme-family.

image

Since a better default theme is the goal, I think it can be fixed.

from firefox-ui-fix.

andy0130tw avatar andy0130tw commented on May 25, 2024

In the meanwhile, I add the following lines in userChrome.css to customize the background color of the dropdown. It is for dark themes, but you can modify the color as needed:

#urlbar:is([focused="true"], [open]) > #urlbar-background {
  background: #000d !important;
}

from firefox-ui-fix.

black7375 avatar black7375 commented on May 25, 2024

@acarasimon96
Sorry, I found your comment late.
The rolled back colors are now enforced in all GTK environments.

from firefox-ui-fix.

black7375 avatar black7375 commented on May 25, 2024

This should have been resolved in v8.6.0.

from firefox-ui-fix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.