ArgLab / ArgLab/EclipseEvents

Event order issue on MouseClicks and Keystrokes

未关闭
#3 0 条评论 0 个 reaction 已指派 2 人 已被 @Varad0210 认领 在 GitHub 查看
bug
主要语言
Java
星标
0
派生
1
PR 合并指标
30 天内没有已合并 PR

描述

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.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。