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

The zoom stopped working after I randomly clicked on the area outside of the demo picture #23

Closed
msheng2711 opened this issue Oct 21, 2014 · 3 comments

Comments

@msheng2711
Copy link

I opened the demo and the zooming and panning worked beautifully until I clicked on a white area that is outside of the picture. The the zoom stopped working while the panning was fine.

@mvindahl
Copy link
Owner

Hi @msheng2711
Thanks for reporting this. It seems to be 100% reproducible using the following steps:

  • open demo page
  • click outside image
  • click inside image
  • try to zoom using the mouse wheel (doesn't work)

I'll look into the issue tonight. I have a suspicion about the cause of the problem.

mvindahl added a commit that referenced this issue Oct 22, 2014
…ome circumstances, killing both the zoom animation and the drag-to-halt animation. Bumped version number to 1.0.2 in order to create bugfix release.
@mvindahl
Copy link
Owner

On a side note, all animation was killed in the process. Doh.

The issue was caused by wrong assumptions about how jQuery.fx works and it has been fixed now. It was serious enough to warrant a bugfix release so I've bumped the version number to 1.0.2 in bower.

Once again thanks to @msheng2711 for reporting the issue!

@msheng2711
Copy link
Author

Thanks for the quick fix. It is working now.

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

2 participants