-
Notifications
You must be signed in to change notification settings - Fork 141
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
Lasso and Picker should cooperate #200
Comments
Thanks very much for this writeup @kruus! We should be able to clean some of this up next week... Please keep the issues rolling if you spot other unexpected behavior! |
Maybe you can come up with something cleaner/faster. Other issue: Does your hotspot scrollbar work? Mine was not appearing. Fixing mostly involved adjusting Excellent timing -- I'm taking vacation next week, while you work on this! |
Hi Kruus! Quick question on the scrolling -- sounds like you both don't have a visual scrollbar, and that mousewheel/trackpad drag is not moving the list of hotspots up and down correctly? Also, could you tell us your platform and browser? Thanks! |
allow shift click to toggle images in lasso - closes #200
this.selected
. This means clicking images following n deselected images are out-by-n and display the wrong image. Ex. If you deselect the first image, all remaining ones are out-by-one when asking for the detailed view.Anyway, code was clear enough that I've a decent "good enough for now" version addressing above.
The text was updated successfully, but these errors were encountered: