-
Notifications
You must be signed in to change notification settings - Fork 7
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
Scrollbar Anywhere conflicts with Enhanced Image Viewer #62
Comments
Hi, and thanks for your report. Without looking at any code, I'm guessing that it's the Enhanced image viewer that causes this to malfunction. I think that plugin catches and cancels the mouse events needed for the scrolling to work properly. Would you mind enabling debug logging in the extension, reloading a tab, open the JavaScript console and then reproduce the issue again, as done in the video? Posting that log here might help decide if my assumptions are correct. |
I apologize for creating this thread and then going AWOL for a week. (Migraine headaches) I would be happy to perform those steps you mentioned to learn more. However, I'm unable to figure out how to "enable debug logging in the extension" despite Googling for an answer. I've worked with the Console tab of the Developer Tools before, but I'm not sure how to get that to interact with the Enhanced Image Viewer extension. Could you give me a hint? |
Ouch, no worries. The debug logging is a feature of this extension, so it is enabled on the extension's options page. I guess I could have said that right away. I apologize for that! Thanks for helping out! |
Ahhhh, I had seen that checkbox when originally poking through the Options window and forgot it was there. Thank you for the tip! I had a little bit of trouble getting the console to stop filtering content, but I think I got it to show what you are looking for: http://ca.mag.cm/1R0o3x262e3V I'm not sure how to export the content of the console without copy/pasting, but here it is nonetheless (screenshot if that works better: http://ca.mag.cm/1k0b3O1v2t3T): |
Now it's my turn to be sorry for the delayed answer. I've tried finding the cause of this, but it's hard without access to what's going on in the other extension. The short (but not so helpful) answer is that if the same mouse button is used for both extensions, conflicts like this one is likely to occur. I have a very limited amount of time to spend on this project, so I don't think I can get any further at this point. I'll leave this open for the future though, should anyone else want to resolve it. Sorry about that! |
If you're willing to try, reporting this to Enhanced image viewer might yield better results. |
The Enhanced Image Viewer extension improves the experience of viewing images in Chrome: https://chrome.google.com/webstore/detail/enhanced-image-viewer/gefiaaeadjbmhjndnhedfccdjjlgjhho
Unfortunately it appears that Scrollbar Anywhere causes trouble when using Enhanced Image Viewer. The trouble is that when I click and drag on an image to pan around and then I release the left mouse button, Scrollbar Anywhere doesn't release the page. Instead, even though I am no longer pressing a mouse button the cursor continues to pan around the image. Instead, I have to left click on the page again to get Scrollbar Anywhere to stop dragging the image.
Here is a quick screencast where I illustrate the issue: http://ca.mag.cm/3m2c0I2p3R2b
While I understand that the problem here could lie with the developer of Enhanced Image Viewer, I wanted to first check here to see if there was anything that could be done to fix this issue from this end. For example, I see that Scrollbar Anywhere contains a blacklisting feature, but the feature only seems to support domains instead of file types as well.
My setup:
The text was updated successfully, but these errors were encountered: