ArgLab / ArgLab/EclipseEvents

Event order issue on MouseClicks and Keystrokes

オープン
#3 コメント 0 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。