8000423: Diacritic is not applyed to a base letter on Linux
Reviewed-by: anthony, serb
--- a/jdk/src/solaris/classes/sun/awt/X11/XToolkit.java Tue Nov 27 17:03:19 2012 +0400
+++ b/jdk/src/solaris/classes/sun/awt/X11/XToolkit.java Thu Nov 29 07:42:23 2012 -0500
@@ -1332,6 +1332,15 @@
return new XInputMethodDescriptor();
}
+ /**
+ * Returns whether enableInputMethods should be set to true for peered
+ * TextComponent instances on this platform. True by default.
+ */
+ @Override
+ public boolean enableInputMethodsForTextComponent() {
+ return true;
+ }
+
static int getMultiClickTime() {
if (awt_multiclick_time == 0) {
initializeMultiClickTime();