-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: fx2.0
-
Component/s: javafx
-
None
-
Environment:
X11, including Linux.
Under Linux key-board events insert garbage, using the ReplPane dome.
This is because of mat_KeyEvent in glass-mat-lib-x11/src/com/sun/glass/ui/GlassView.c passes an array of 8-bits chars to a JNI method that expects a jchar array of 16-bit chars. Fix follows.
This is because of mat_KeyEvent in glass-mat-lib-x11/src/com/sun/glass/ui/GlassView.c passes an array of 8-bits chars to a JNI method that expects a jchar array of 16-bit chars. Fix follows.