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

Vimium-FF – Some buttons in options screen do not work #3634

Closed
JulianDeal opened this issue Jul 27, 2020 · 4 comments · Fixed by #3624
Closed

Vimium-FF – Some buttons in options screen do not work #3634

JulianDeal opened this issue Jul 27, 2020 · 4 comments · Fixed by #3624

Comments

@JulianDeal
Copy link
Contributor

When I use vimium-FF on Firefox (78.0.2), in the options screen I can't click on the delete button (x) in the "Excluded URLs
and keys" section and I can't click on the "Browse..."-button in the "Backup and Restore"-section. So I'm not able to import any settings. Chrome is working totally fine.

@gdh1995
Copy link
Contributor

gdh1995 commented Jul 27, 2020

fixed by #3624, which is waiting for merging.

@FranklinYu
Copy link

Before that fix is deployed, there seems to be a workaround for the delete button: remove the URL field, making it an invalid entry, and click “save”. This seems to remove that rule.

@Kwbmm
Copy link

Kwbmm commented Nov 20, 2020

A workaround, that should address the issue regardless of the element type, is to manually change the CSS of the affected element, for example the Browse button to import the setting:

  1. Right click on the Browse button
  2. Inspect element
  3. Select the input html element (if it's not already selected)
  4. On the element CSS insert a new property pointer-event: all

Button should be clickable. Of course, as soon as you refresh the page, the change will be lost and the button will be unclickable. But at least you can import your settings

@andruyd
Copy link

andruyd commented Feb 28, 2021

A workaround, that should address the issue regardless of the element type, is to manually change the CSS of the affected element, for example the Browse button to import the setting:

1. Right click on the `Browse` button

2. Inspect element

3. Select the `input` html element (if it's not already selected)

4. On the `element` CSS insert a new property `pointer-event: all`

Button should be clickable. Of course, as soon as you refresh the page, the change will be lost and the button will be unclickable. But at least you can import your settings

Coming from Fedora 33 with Firefox 86 (latest distro release), I'm unable to click on "Browse" to restore my configuration.

The work around worked with a minor issue.

pointer-event: all doesn't work
image

pointer-events: all works
image

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

Successfully merging a pull request may close this issue.

5 participants