-
Notifications
You must be signed in to change notification settings - Fork 9
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
"empty" areas of some sites can't be dragged #7
Comments
There is a workaround for this that is very easy to apply. Download the source, open content.js, and locate the following function:
Adding the lines indicated by the plus signs fixed the issue in every case I could find. To install, first disable the "official" extension, and then use the developer mode tools on the extensions screen to load an unpacked extension (point it to the directory where your modified version of the extension is). You might also want to open the manifest and bump the version number. |
Haha, I didn't even realize that you (the author) created this issue. Sorry for the explanation on how to install an unpacked extension.. :) |
Thanks for the patch. I will try and apply this tomorrow at work, assuming it doesn't bring back the broken scrollbar issue. |
It did bring back the scrollbar issue, but I found another solution to that. |
false positive scrollbar detection on this page: |
This happens because the event target is the HTML element. That element needs to be made scrollable without including the scrollbar.
The text was updated successfully, but these errors were encountered: