-
Notifications
You must be signed in to change notification settings - Fork 24
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
Selection not working after first selection - Chrome + tablet touch mode #35
Comments
Hopefully @picturae can help out, but if not, you might try looking at the MouseTracker handlers in selection.js. |
Issue is fixed by on cancel calling So I am not sure what needs to be changed but it solves the problem |
Good find! It would be nice to know why that fixes it, but even adding it to this plugin as is might be an improvement. |
I will make a quick pull request in a min for this fix |
@iangilman seems that the pointers are not being reset correctly. I have managed to so far narrow it down to
$.MouseTracker.prototype from openseadragon.js
My suggestion would be to either look at how the trackers are handled or add an option to call this on trackers into openseadragon at least as a fix for now as well as for more power to addons. |
@sekwah41 sounds promising. @msalsbery do you have any thoughts on the above? |
There is a issue which happens after a image selection has been made.
To reproduce:
The text was updated successfully, but these errors were encountered: