When JavaBean is embedded in an ActiveX application(VC++ dialog) using ActiveX bridge, and if the application is de-activated and then activated again. If the previous focus owner is a Swing component, it doesn't get the focus back.
This is because, the ActiveX application remembers the window which had the focus before the it is de-activated. When the it is activated again, it gives back the focus to the window it rememberd.
Talked to Denis in AWT team and he suggested that we need to change the AWT code to handle the focus correctly.
This is because, the ActiveX application remembers the window which had the focus before the it is de-activated. When the it is activated again, it gives back the focus to the window it rememberd.
Talked to Denis in AWT team and he suggested that we need to change the AWT code to handle the focus correctly.
- duplicates
-
JDK-4893913 JMenuItem's setAccelerator and setMnemionic doesn't work in JApplet via plugin
-
- Closed
-
- relates to
-
JDK-6393921 JVM hang when multiple applets are loaded and simultaneous window refocus actions
-
- Resolved
-
-
JDK-6357191 Drop-down combo box problem at an applet
-
- Closed
-