]
Eric Williams reassigned ERT-706:
---------------------------------
Sprint: devex #162 February 2019
Assignee: Eric Williams
[Gtk] Regression: KeyEvent keyCode no longer set [EBZ#544296]
-------------------------------------------------------------
Key: ERT-706
URL:
https://issues.jboss.org/browse/ERT-706
Project: Eclipse Release Train
Issue Type: Task
Components: Platform
Reporter: Friendly Jira Robot
Assignee: Eric Williams
Priority: Major
Labels: 4.11_M3, SWT, bzira
The keyCode in KeyEvent no longer has a value set, for example when pressing the
'.' key.
Following the code in Widget.sendIMKeyEvent, the event parameter is 0, the ptr and state
variables are set, but the event remains 0, which leads to calling setInputState instead
of setKeyState.