Clicks between images don't work as well #36

Closed
opened 2015-11-05 08:38:14 -06:00 by mattbk · 3 comments
mattbk commented 2015-11-05 08:38:14 -06:00 (Migrated from github.com)

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.

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.
mattbk commented 2015-11-05 12:48:50 -06:00 (Migrated from github.com)

According to https://api.jquery.com/mousedown/,

The mousedown event is sent to an element when the mouse pointer is over the element, and the mouse button is pressed. Any HTML element can receive this event.

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.

According to https://api.jquery.com/mousedown/, > The mousedown event is sent to an element when the mouse pointer is over the element, and the mouse button is pressed. Any HTML element can receive this event. 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.
mattbk commented 2015-11-05 12:49:47 -06:00 (Migrated from github.com)

Yes, you can watch the cursor change from "clicky hand" to "regular pointer" when the blank screen shows.

Yes, you can watch the cursor change from "clicky hand" to "regular pointer" when the blank screen shows.
mattbk commented 2015-11-05 15:43:55 -06:00 (Migrated from github.com)

That took longer than it should have because I thought it was a js issue when really it was css.

That took longer than it should have because I thought it was a js issue when really it was css.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: matt/changeblindness#36
No description provided.