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

Navbar not transparent in new window #198

Closed
T0biasCZe opened this issue May 23, 2024 · 6 comments
Closed

Navbar not transparent in new window #198

T0biasCZe opened this issue May 23, 2024 · 6 comments

Comments

@T0biasCZe
Copy link

T0biasCZe commented May 23, 2024

When web opens new window, the navigation bar isnt transparent like in normal window
image
example:

    <a href="https://example.com"  
    onclick="window.open('https://example.com', 
    'newwindow', 
    'width=300,height=250'); 
    return false;"
    >Test</a>
@QNetITQ
Copy link
Owner

QNetITQ commented May 24, 2024

The style is not applied to some windows. Although I haven’t encountered this for a long time. I'll try to reproduce and fix it if I can.

@Not-A-Coder2023
Copy link

I think WaveFox for Firefox 115 is broken on the Midori browser. I use the Windows version and everything works, except for the sudden absence of the first two "Close Multiple Tabs" options. Installing the newest version doesn't exactly help matters much.

@QNetITQ
Copy link
Owner

QNetITQ commented Jun 23, 2024

@T0biasCZe
I checked everything. The style file is applied to this window. However, styles bound to the [tabsintitlebar] attribute are not applied. This attribute is used to determine whether tabs are in the title bar or whether the system's title bar is active. In order for transparency to apply to this window, I will have to abandon this attribute. This is not critical, but not advisable. I'll think about it some more.

@Not-A-Coder2023
I tested the style on Midori. There is a bug with the tab close menu. This is strange since my style doesn't modify these menus. I checked on the original Firefox 115 ESR and there is no bug there. So this is a bug on Midori's part.
Снимок

@QNetITQ
Copy link
Owner

QNetITQ commented Aug 11, 2024

I changed the transparency of the toolbar. Everything should work in the next release.

@T0biasCZe
Copy link
Author

T0biasCZe commented Aug 22, 2024

Will that one work on 115 ESR though?
Since never versions removed transparency support on Windows :|

@QNetITQ
Copy link
Owner

QNetITQ commented Aug 22, 2024

Mozilla is already working on bringing transparency back to Windows 11. They are now preparing to deploy this code. Eliminate dependencies. I think that in version 131 or 132 they will return transparency.

I will not redo the styles for 115 ESR.

@QNetITQ QNetITQ closed this as completed Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants