LiZunYuan / networkpx

Automatically exported from code.google.com/p/networkpx
0 stars 0 forks source link

Long holding the UIKBDeleteKey may make other events not responding. #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to a text field in Safari, switch to hClipboard.
2. Long hold the delete key.
3. Release the delete key.

What is the expected output? What do you see instead?
The delete key should be inactivated immediately on release, but sometimes
it keeps being activated.

Please use labels and text to provide additional information.
Possible reason is the NSTimer loop blocking all CPU resources in the same
thread.

Original issue reported on code.google.com by kennytm@gmail.com on 24 Jan 2009 at 11:19

GoogleCodeExporter commented 8 years ago
Due to the new 3.0 architecture these problems aren't relevant anymore.

Original comment by kennytm@gmail.com on 22 Aug 2009 at 8:39