Bug #5796
closedCan't catch `dblclick` event?
0%
Description
No matter how fast I click the mouse, I get only single click events. I wonder if the answer lies here:
dblclick fires after two click events (and by extension, after two pairs of mousedown and mouseup events).
Updated by Martynas Jusevicius almost 2 years ago
I think there are more events missing, e.g. selectstart
.
Updated by Norm Tovey-Walsh almost 2 years ago
On Slack, Pieter Lamers posts an example that works in Saxon 2.3. Did this get broken between 2.3 and 2.5?
Updated by Martynas Jusevicius almost 2 years ago
My bad. It seems to work on a secod try.
Updated by Martynas Jusevicius almost 2 years ago
onselectstart
also works :facepalm:
Updated by Martynas Jusevicius over 1 year ago
I think this one can be closed :)
Updated by Norm Tovey-Walsh over 1 year ago
- Status changed from New to Closed
Yes, I think so. What I discovered, but failed to add to this issue, is that in my testing, I'd created event handlers with the wrong mode names. I've updated the code that deals with events so that it warns if it encounters a mode name that's incorrect.
Please register to edit this issue
Also available in: Atom PDF Tracking page