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

Dragging image slider when loading images from Amazon causes invalid image error #8

Open
schmatz opened this issue Jul 3, 2013 · 1 comment
Assignees

Comments

@schmatz
Copy link
Member

schmatz commented Jul 3, 2013

To reproduce, go to a multi-frame dataset. The first image will load from Amazon fine. Also, just click, not drag, on another point on the image slider. This image will also load fine. Then, attempt to drag the slider. The new image will not load, and a warning will appear in the console. This involves the slider change event.

pasky, I've assigned you as you've designed the sliders. I think it should be fairly trivial for you to fix (perhaps just a few tweaks in webgl.js concerning the events), but if you don't have time, I could take a look at it.

@ghost ghost assigned pasky Jul 3, 2013
@schmatz
Copy link
Member Author

schmatz commented Jul 3, 2013

Actually, upon further examination, it tries loading every image in between the two points on the drag. Perhaps mouseup and mousedown events would be better suited for this slider then?

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