-
Notifications
You must be signed in to change notification settings - Fork 193
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
FF 56: Command suggestions background is transparent #777
Comments
Firefox version information is missing. Also, do you get some error message when starting Firefox? |
Added the Firefox version information. I didn't get any sort of error on startup. Nothing really changed in my config from the boot where everything worked to when it didn't. I did have to set a few things to off in about:config to prevent e10s from breaking everything, but those have been set to that for quite some time now. |
Thanks. It looks like there are some new compatibility issues when using vimperator with Firefox 56 (Beta). I suggest adding the Firefox version to the issue title. |
Done. There was an update last night around the time these issues started popping up. Build ID was 20170808170225, I don't know if that's important. Several other addons also broke this morning for me. |
I'm seeing this with Firefox version 56.0b4 (64-bit) from the http://ppa.launchpad.net/mozillateam/firefox-next/ubuntu ppa with vimperator 3.16.0 installed from github. |
I have exactly the same issue. This is 56.0, Debian Buster, amd64.
That's all. |
+1 Ubuntu 16.04.3 LTS |
+1 % cat /etc/lsb-release :version |
When I execute following command
then output is
So highlight command is not work. This is the lines around the error. vimperator-labs/common/content/style.js Lines 538 to 540 in ae0df80
I inserted
before line 538 and 540 and checked log using browser console.
First output contains css. So I executed Using stylesheet in common directory is not good because this is bug of firefox and some style is still collapsed but almost all style is fixed. I put xpi in https://github.com/tmsanrinsha/vimperator-labs/releases/tag/vimperator-3.16.0.20171002234644 |
Will it be released or do we have to install the xpi manually ? |
@tmsanrinsha |
@GuillaumeLeclerc My xpi is not official one. You have to install it. |
@disconsis Yes. It doesn't fix highlight command. |
I have the same transparency problem on Firefox 56 on Fedora 26, but on Fedora 27 Beta (Firefox still 56) vimperator doesn't work at all (no bar at the bottom). |
@tmsanrinsha thanks for your xpi, it works. The dark transparent background looks super cool. |
thank you very much. I didn't know installing the fix was this easy. |
Thank you @tmsanrinsha for the workaround. I don't know if I'm going to keep using vimperator just due to it not being compatible with FF57, but since you managed to fix it for some people, should I change the thread title to reflect that there's a workaround? |
Included in #796. |
While this is a workaround of the reported problem, the issue is deeper than this and is not fixed by the xpi. The error that causes this problem still keeps popping up and some functionality (like highlight) is broken |
@ogkloo Yes. And I fixed style of CmdLine, it should be written with url-prefix(chrome://) |
Issue type:
Version:
Description:
Whenever I go to input a command, the background of the suggestions pop-up is transparent, and features images. When used with a stylish theme that styles it, it refuses to change it's text color from the default black-ish color.
Expected behavior:
An opaque, text-only pop-up.
The text was updated successfully, but these errors were encountered: