ArgLab / ArgLab/EclipseEvents

Event order issue on MouseClicks and Keystrokes

Open
#3 0 comments 0 reactions 2 assignees Claimed by @Varad0210 View on GitHub
bug
Dominant language
Java
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

When we have mouseclicks and keystrokes within 5 seconds window the ordering of the events gets messed up. To resolve the issue we had two solutions we discussed
* We can track the mousclick events. as soon as there is a mouseclick events we will stopped the keystroke listener and wrap up the contents of keystrokes.
* Another solution is to keep track of the start of the keystroke events and when they are ending it.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.