-
Notifications
You must be signed in to change notification settings - Fork 63
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
mouse:up event in Safari? #26
Comments
does it happen on current demo? http://altert.github.io/OpenseadragonFabricjsOverlay/demo.html |
Hmm, should I be using the fabric.adapted.js in the demo? In my project I'm using fabric-1.7.7.js.
But the Mouse Up message never appears in the debug console. I put a similar console.log in the mouse:down and that appears in the console. |
yes, see #21 |
Thanks for the info. I finally got things working by using the updated files from the demo. But something I noticed is the mouse:up event doesn't fire unless the openseadragon viewer has the mouseNavEnabled set to false. The mouse:down and mouse:move are still triggered though. |
I'm seeing something odd. It looks like in Safari, the mouse:up event for the fabric overlay doesn't get triggered. Anyone else run into Safari issues?
The text was updated successfully, but these errors were encountered: