-
Notifications
You must be signed in to change notification settings - Fork 178
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
Locked image on screen, mouse cursor panning doesnt work #1036
Comments
Is this the relevant function? https://github.com/extesy/hoverzoom/blob/95ca04933a4c60845bdf742944bc0f046bef2515/js/hoverzoom.js#L943C5-L1042 At first glance, I can't seem to find an error with it. But I do get this in the console when moving the mouse Lines 572 to 582 in 95ca049
The stack shows that it's called by
Line 956 in 95ca049
The fix might be as easy as passing |
* chore: Update web-ext to latest version Fixes mozilla/web-ext#1509 * fix: panning locked images+videos on firefox Pass the event object to the function as it's used there. Fix #1036
Describe the bug
Panning images or videos doesnt work with the function of "Locked image on screen" for firefox, tested it on chrome and it works normally (when you have a video or image "locked" you can pan and zoom on anywhere on what you have up)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
By default it should pan around where my cursor is pointing at.
Screenshots
https://streamable.com/6b3g6h
Desktop (please complete the following information):
Additional context
Tried to tick the center image box under general tab (hoverzoom+ options) then untick but didnt work. if you know any other ways i can try to make it work let me know!
The text was updated successfully, but these errors were encountered: