-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 1.1
-
Component/s: client-libs
-
1.1fcs
-
generic
-
solaris_10
-
Not verified
On Solaris, when a key is pressed and released, we generate the following event
sequence:
keyPressed
keyReleased
keyTyped
This is incorrect (and inconsistent with win32); it should be:
keyPressed
keyTyped
keyReleased
preferably with auto-repeat generating multiple keyPressed/keyTyped events
and only a signle keyReleased.
sequence:
keyPressed
keyReleased
keyTyped
This is incorrect (and inconsistent with win32); it should be:
keyPressed
keyTyped
keyReleased
preferably with auto-repeat generating multiple keyPressed/keyTyped events
and only a signle keyReleased.