- 
    Bug 
- 
    Resolution: Fixed
- 
     P4 P4
- 
    fx2.0
- 
    None
- 
    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.