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

CSD causing Firefox to only draw black screen on Windows 10 #24

Open
rojnwa opened this issue Mar 22, 2020 · 8 comments
Open

CSD causing Firefox to only draw black screen on Windows 10 #24

rojnwa opened this issue Mar 22, 2020 · 8 comments

Comments

@rojnwa
Copy link

rojnwa commented Mar 22, 2020

Apparently Firefox (stable and nightly tested - fresh installations - both latest versions on Windows 10 x64 1909) isn't able to draw stuff properly when this exact line of code is in the csd.css

#main-window {
	-moz-appearance: -moz-window-titlebar !important;
}

This code is the first snipped of code in the csd.css (except the @namespace definition)

Upon removing those lines, everything is perfectly fine, except that the window buttons (close/maximize/minimize) are not drawn.

Screenshot of Firefox with those lines of code:
with csd code

Screenshot of Firefox without those lines of code:
without csd code

@EliverLara
Copy link
Owner

What about if you remove the whole csd file? as someone said here

@rojnwa
Copy link
Author

rojnwa commented Apr 2, 2020

The min/max/close buttons are now in the tab bar. But it is still very bugged. Those min/max/close buttons are not visible and the URL bar is buggy (transparent and offset)

firefox_2020-04-02_19-49-40

@EliverLara
Copy link
Owner

I'm not really sure how it behaves in windows, the transparency bug already seems have a fix, check #22

@kartonrad
Copy link

This is where the Windows Buttons show up, when i remove the lines stated above
image

@kartonrad
Copy link

image
This is where the button show up when i delete the file. They are missing their icons unfortunately

@kartonrad
Copy link

image
In fullscreen mode however, icons appear (csd file deleted)
The theme seems to work fine on windows 10 74.0.1, when deleting the cds.css file and ignoring these inconveniences

@rojnwa
Copy link
Author

rojnwa commented Apr 4, 2020

@drkslv I've got the exact same issue, as you can see in my pictures.

Buttons are bugged into other Firefox buttons and have no icon. If I remove csd.css, the buttons appear in the tab bar, without icons as well.

My temporary solution is not to just completely hide those min/max/close buttons, I don't them them anyways.

@Lmasterx001
Copy link

when i copy everything to chrome folder i get a black screen and the theme doesn't look like its suposed to.

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

4 participants