ArgLab / ArgLab/EclipseEvents

Event order issue on MouseClicks and Keystrokes

Abierto
#3 0 comentarios 0 reacciones 2 asignados Reclamado por @Varad0210 Ver en GitHub
bug
Lenguaje dominante
Java
Estrellas
0
Forks
1
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.