-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
1.3.0
-
generic, x86
-
generic, solaris_2.6, windows_nt
Dialogs don't work in SwingSet following the 5/10/99 i18n integration.
Note that the problem does not appear in the previous promoted build, JDK-1.3-C.
To reproduce, bring up the SwingSet, select any menu option that
puts up a dialog, and push the "Cancel" button.
An exception is detected in the Swing event dispatcher, displaying
the following message:
Exception occurred during event dispatching:
java.lang.IllegalStateException: Can't have two active InputContext at the same time
at
sun.awt.im.ExecutableInputMethodManager.setInputContext(..\..\..\..\src\share\classes\sun\awt\im\InputMethodManager.java:285)
The appearance of a full pathname in the backtrace is a known issue
with the new java compiler that was used for the build tested.
william.maddox@Eng 1999-05-13
This also occurs with the JFileChooser dialog (try SwingSet or FileChooserDemo)
jeff.dinkins@Eng 1999-05-17
Note that the problem does not appear in the previous promoted build, JDK-1.3-C.
To reproduce, bring up the SwingSet, select any menu option that
puts up a dialog, and push the "Cancel" button.
An exception is detected in the Swing event dispatcher, displaying
the following message:
Exception occurred during event dispatching:
java.lang.IllegalStateException: Can't have two active InputContext at the same time
at
sun.awt.im.ExecutableInputMethodManager.setInputContext(..\..\..\..\src\share\classes\sun\awt\im\InputMethodManager.java:285)
The appearance of a full pathname in the backtrace is a known issue
with the new java compiler that was used for the build tested.
william.maddox@Eng 1999-05-13
This also occurs with the JFileChooser dialog (try SwingSet or FileChooserDemo)
jeff.dinkins@Eng 1999-05-17
- duplicates
-
JDK-4242999 IllegalStateException: Can't have two active InputContext at the same time
-
- Closed
-
-
JDK-4245056 IllegalStateException: Can't have two active InputContext
-
- Closed
-