Event order issue on MouseClicks and Keystrokes
Đang mở
bug
- Ngôn ngữ chính
- Java
- Star
- 0
- Fork
- 1
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.