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

Alt-Click is buggy #16

Open
daantjie opened this issue Feb 5, 2017 · 3 comments
Open

Alt-Click is buggy #16

daantjie opened this issue Feb 5, 2017 · 3 comments

Comments

@daantjie
Copy link

daantjie commented Feb 5, 2017

To use the alt-click feature, you have to

  1. click and hold;    [mouse down, alt up]
  2. press and hold alt;   [mouse down, alt down]
  3. release the mouse;  [mouse up, alt down]
  4. release alt.       [mouse up, alt up]

whereas the wiki says

  • Highlight the element by moving the mouse over it.
  • Press and hold down the Alt key before clicking on it to hide everything except the highlighted element.

(Running the latest Printliminator chrome extension on Chromium 56.0.2924.87 on Arch Linux.)

@Mottie
Copy link
Contributor

Mottie commented Feb 5, 2017

Hi @daantjie!

Odd, using Alt, then clicking with my mouse in Windows 10 is working as expected. I wonder if it is the differences in the OS. Sadly, I don't have any Linux systems set up to test this issue.

I have been meaning to update the extension to use ES2015 get it working for Firefox since it now supports Web Extensions.

I'd like to finish work on a few other projects, then I'll look at updating this extension and hopefully see if it resolves the issue you're having.

@cheesington
Copy link

I can reproduce the error (and the workaround) on my system. Firefox 52.0.1 64-bit, Linux Mint 18.

@shantanuo
Copy link

I can reproduce the error (and the workaround) on my system. Chrome version 109.0.5414.120 (Official Build) (64-bit), windows (server 2016)
I could achieve the expected results only after reading this page very carefully. I will appreciate if this bug is fixed.

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