Event order issue on MouseClicks and Keystrokes

Open
#3 0 comments 0 reactions 2 assignees View on GitHub

@Varad0210 is already working on this.

Since Oct 24, 2024.

Assessment

This issue has not been assessed yet.

Description

bug

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.
Dominant language
Java
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from ArgLab/EclipseEvents

All issues in ArgLab/EclipseEvents

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.