Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooltip when mouse-overing a tab has no background fill, completely transparent background #890

Closed
2 of 9 tasks
Dwedit opened this issue May 15, 2024 · 8 comments
Closed
2 of 9 tasks
Labels
Browser::Upstream Changes or bugs from Firefox Class::Color Color, background, blur, etc. Component::Tabbar Tab or tabbar Env::Windows Issues on Windows10, Windows11, unknown windows Issue::Bug Something isn't working

Comments

@Dwedit
Copy link

Dwedit commented May 15, 2024

Describe the bug

This is one is new for Firefox 126.

When you mouseover a tab, you normally get a tooltip. The tooltips are broken at the moment, instead of having an opaque background, it is missing any opacity at all, resulting in black text on a completely clear background.

Expected behavior

Should have a fill style defined for the tooltip (the same color as the toolbar and tab)

Screenshots

firefox_ui_fix_bug

OS

Windows 10

OS - Others

No response

Firefox Version

126.0

Distribution

Theme

Theme - More Info

No response

user.js setup

Tested on a fresh profile with just those files extracted.

Additional context

No response

@Dwedit Dwedit added the Issue::Bug Something isn't working label May 15, 2024
@erwin4270
Copy link

I tested this using Firefox Color.

If the toolbar color alpha (toolbar) of the theme is 0%, it's transparent.
0a

In the latest Nightly, if the popup background alpha (popup) of the theme is 0%, it's transparent

@black7375 black7375 added Env::Windows Issues on Windows10, Windows11, unknown windows Class::Color Color, background, blur, etc. Component::Tabbar Tab or tabbar Browser::Upstream Changes or bugs from Firefox labels May 15, 2024
@black7375
Copy link
Owner

@erwin4270 Thanks. This should make reproduction very easy, thanks for the comment.
I'll try to fix the bug over the weekend.

@black7375
Copy link
Owner

black7375 commented May 18, 2024

Fixed to base the color of the panel(popup) instead of the toolbar.
(Same setting like nightly)

Hou-Rui pushed a commit to Hou-Rui/lepton-oneline that referenced this issue May 26, 2024
@walking-octopus
Copy link

Fix still not ported to Photon.
Screenshot_20240527_171923
Reproduced on latest master.

@fraencko
Copy link

fraencko commented Jun 12, 2024

Can confirm that the issue is there on Windows 11, Firefox 126.0.1, Photon and Proton style, latest master.
tooltip-bug

@tml3nr
Copy link

tml3nr commented Jun 16, 2024

It's ok when i rollback v8.6.0.

Windows 10, Firefox 127.0 32bit, Lepton v8.6.0.

2024-06-16_070013

@Dwedit
Copy link
Author

Dwedit commented Jun 29, 2024

This issue seems to no longer happen in Firefox 127.0.2?

@black7375
Copy link
Owner

Probably. I've also applied a patch to fix the issue.
Try to new release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Browser::Upstream Changes or bugs from Firefox Class::Color Color, background, blur, etc. Component::Tabbar Tab or tabbar Env::Windows Issues on Windows10, Windows11, unknown windows Issue::Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants