Clicks between images don't work as well #36
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If you happen to click the screen between the two images being shown, I don't think the clicks are being recorded. I wonder if this can be fixed or not. It's fairly important, as having participants click multiple times will make their response times longer.
According to https://api.jquery.com/mousedown/,
So I need to make sure there is an HTML element...oh, it needs to be the same size as the images to get the proper XY.
Yes, you can watch the cursor change from "clicky hand" to "regular pointer" when the blank screen shows.
That took longer than it should have because I thought it was a js issue when really it was css.