-
Bug
-
Resolution: Fixed
-
P2
-
1.1
-
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.