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

userContent.css doesn't fully load with e10s enabled #33

Open
lunakurame opened this issue Apr 4, 2018 · 0 comments
Open

userContent.css doesn't fully load with e10s enabled #33

lunakurame opened this issue Apr 4, 2018 · 0 comments

Comments

@lunakurame
Copy link
Owner

Firefox 57

@imports in userContent.css don't work when e10s is enabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1416184. You can disable e10s by switching browser.tabs.remote.autostart and browser.tabs.remote.autostart.2 to false in about:config. Disabling it has side effects tho, the close button on the bookmark sidebar becomes a white rectangle and all icons look like if they were hovered all the time. More info in issue #14.

Firefox 59

It worked in alpha, still doesn't fully work in stable. @imports work in some places but not in others, eg. it works on Firefox's about: pages, but if you go to a non-existent address like https://shit.does.not.exist/ it still doesn't style them. Workaround: disable e10s, still causes side effects.

Firefox 60

Everything seems to work for now (60.0b8), whether e10s is enabled or not. Also disabling e10s doesn't have those side effects anymore. One new issue: opening a new tab (any page, not just about:newtab) sometimes flashes a white screen.

Firefox 61

The same as FF 60, except styles don't work on about:newtab. Hopefully it's just wrong selectors.

@lunakurame lunakurame added this to the Firefox 60 milestone Apr 4, 2018
@rafaelmardojai rafaelmardojai removed this from the Firefox 60 milestone Apr 20, 2019
andrew-ls pushed a commit to andrew-ls/firefox-gnome-theme that referenced this issue Oct 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants