Hi guys,I am doing some code reading through the input method framework. Once I meet sun.awt.im.InputContext, I find the code (line 228), it says:
// Ignore focus events that relate to the InputMethodWindow of this context.
// This is a workaround. Should be removed after 4452384 is fixed.Does 4452384 mean: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4452384 ?
If it is, 4452384 has been fixed. Should the code below be removed? -- Yours Charles
