-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Lens start position wrong on zoom opening #6
Comments
Yep. Tried to quick-fix fix, but no luck. It looks especially bad when using "inside" setting. And sometimes I can mouseleave target image, but lens won't hide. |
I'll try to fix this soon and create new patch release. |
Tested and created new release (v1.0.6). Looks like fixed now. Problem with lens on mouseleave I'll move to new issue. |
Can't confirm that it's fixed. Zoom image now flashes from right position (while loading) back to not right (when loaded). Here's a video: https://drive.google.com/open?id=0BxWcJmOHfrKbaXJfX0JDUzZMMlk |
Interesting, I'll continue to finish this. Thank you. |
@ermushko can't replicate this problem on my end. somehow it works fine here. Can you provide please more details on your setup:
I'll try to replicate this here on my end then i'll be able to see exactly what the problem is. |
Tried it on other PC - same issue! So, I think, it's something in the code. HTML markup piece: JS:
CSS: Chrome 58.0.3029.110 Nothing exotic is used on the page - just a themed bootstrap. |
I think it'd be better to attach the whole page. Thank you. |
@ermushko ok, I have released new patch version. You can download and test it. Now I hope it's fixed finally. |
Fixed! But now I can't enable smooth lens move with "inside" setting. Am I doing something wrong?
|
@ermushko I have noticed that this 3 options later I'll fix this zero value issue too. |
That turned out to be true! Smooth lens move is dependent on "smoothScale=0" for switched off "scroll=false" setting. |
This is because movement animation function for them is one. Anyway, this is a bug. And I'll move it to separate issue. Soon it will be fixed. Did switching "smoothScale=1" helped you? |
Yes, turning "on" everything with "smooth" in var name made the trick. |
Good, if you'll have any other issues or will need a help. Feel free to ask here. Thanks :) |
If image is loading and mouse was moved during this process ans stopped, after image loaded lens position will be on old mouse position. This is wrong need to update mouse position before show lens.
The text was updated successfully, but these errors were encountered: