-
Notifications
You must be signed in to change notification settings - Fork 58
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
Multiple features broken on FF 70 #291
Comments
Yes, I see the same on the security dropdown. That's the only thing I've noticed so far under Windows. |
Fix for the security dropdown is here: #279 (comment) |
Yup got the same |
For those of us that we are not programmers, how exactly should we fix it? |
Seems to be Mac only? Not happening in Windows 10. Both FF 70.0 and running latest shadowfox (9ce6198) |
The screenshot was taken on Firefox 70.0 on Windows 10 |
Same problem on fx70 with win 7 |
Step by step: Highlight this text, then copy it (CTRL+C); you'll need it in a moment: Press CTRL+SHIFT+ALT+I to open the Browser toolbox (alternatively, click the 'hamburger' menu then go to Web Developer... Browser Toolbox) Change to the 'Style Editor' Tab In the left pane, scroll down until you see 'userChrome.css' and click on it. You are now editing the userChrome.css file that is ShadowFox. Press CTRL+F to find text in that file, now press CTRL+V to paste the text you copied above, now press enter to find it. You are now at the part of the code which I linked above. It will look like so: ` #identity-popup-permissions-content { .identity-popup-security-content { ` Now, add the two lines of code in my workaround, to each entry, so that it looks like so: ` #identity-popup-permissions-content { .identity-popup-security-content { ` You can copy/paste the two additional lines from here. The first line stops the image from being repeated. The second line positions the image appropriately. Hope that helps. |
Thanks for your support. |
Ok when i try It was in the smaller size userchrome.css there were two files small one was 95KB seems to have worked 😄 |
I've also noticed the scrollbar is back to the default, and the screen goes white before a page loads. I'm running Gentoo 64-bit and I've uninstalled, and reinstalled to no avail. |
That's correct. You'd need to do `tools... web developer... browser toolbox', and then go to the style editor, to see the userchrome. I'm unsure why the CTRL+ALT+SHIFT+I shortcut isn't working. I'm on latest nightly so perhaps it was broken and fixed, but perhaps it's specific to your installation, sorry I can't be sure. |
go to the burger menu > web developer > toggle tools and check the three dots "..." on the right; click settings and check (enable) now you can click ctrl+alt+shift+i |
check my previous answer, was struggling first aswell |
For him, he has those options set already, because he can get at the window - just the keyboard shortcut didn't work. |
oh i must have misread that |
Any plans to incorporate the manual fix into an updated release? |
Maybe nope? Fixes also possible put on end in #identity-popup-permissions-content, .identity-popup-security-content {
background-repeat: no-repeat !important;
background-position: 2px 12px !important;
} |
This comment has been minimized.
This comment has been minimized.
Not dead, just haven't had much time to devote to the project lately. Looks like PR #294 might contain code to correct the issue, but it's been implemented in the wrong place. Hopefully will have some time in the next week or so to clean things up and give the project some much needed attention. |
I didnt know that the site information corruption was due to ShadowFox till I randomly check git for updates. that was driving me crazy, was hoping there was shadowfox update with fixed already instead of having to manual do the changes. |
|
I only edit cause the fix was mergered so when update hits it wont mater cause it fixed |
I couldn't find anything called Browser Toolbox on Mac Firefox. Here are alternate instructions for pulling up userChrome.css:
This is probably a major issue for a lot of users, I was only able to find this thread through a reverse Google image search. Hope this can be fixed quickly. |
would be nice if @overdodactyl adds new maintainer(s) to this project. |
This comment has been minimized.
This comment has been minimized.
@travankor - if someone wants to take on this role, I'd be happy to help "onboard" them to the project, accept some PRs and eventually add as a maintainer. |
Hi @overdodactyl , I hope you're alright. We've been waiting for the acceptance of my PR (#304) for more than six months now and it was suggested to me to reach out. I don't really fancy maintaining this, but I'd accept a few PRs myself if i could. |
A number of browser sections are not styled correctly after updating to FF 70, uninstalling and reinstalling Shadowfox, and updating to the latest version with the updater -
This is all on macOS Catalina 10.15, using Firefox 70.0 and the latest Shadowfox updater. If attaching screenshots would help I can do that but all the issues are pretty noticeable assuming they're not just on my end.
The text was updated successfully, but these errors were encountered: