Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2023954 | 1.3.0_02 | Tao Ma | P4 | Closed | Fixed | 02 |
JDK-2023953 | 1.2.2_006 | Tao Ma | P4 | Closed | Fixed | 006 |
JDK-2023952 | 1.2.2_005 | Tao Ma | P4 | Closed | Fixed | 005 |
JDK-2023951 | 1.1.3_001 | Tao Ma | P4 | Closed | Fixed | b01 |
Name: mf23781 Date: 11/23/98
Summary:
Consider the following scenario. An Visual Basic 6(VB6)Application
that contains ActiveX controls connected to Java Beans. From VB6
application a bean is involked and sends an event to another bean
which is registered as the listener to that event.
Upon receipt of the event, the second bean creates a modal
dialog. At this point in time the VB application hangs and the
modal dialog box is only partialy drawn.
Teste Case:
We have produced a test case that illustrates the problem. The
test case consists of a Java Bean which is attached to an ActiveX
control which generates a MessageEvent and another Bean that listens
to events (MessageListener). When the listener receives an event, it
creates a modal dialog box. When we run this test case in the
VB/ActiveX environment, the modal dialog box is only partialy drawn
and the VB applications hangs. When the same test (the 2 Beans) is
run in pure Java environment, it works as expected.
generated by the first one.
I've attached a testcase for this.
======================================================================
- backported by
-
JDK-2023951 Modal Dialog : Visual basic hangs when a bean creates a modal dialog
-
- Closed
-
-
JDK-2023952 Modal Dialog : Visual basic hangs when a bean creates a modal dialog
-
- Closed
-
-
JDK-2023953 Modal Dialog : Visual basic hangs when a bean creates a modal dialog
-
- Closed
-
-
JDK-2023954 Modal Dialog : Visual basic hangs when a bean creates a modal dialog
-
- Closed
-
- duplicates
-
JDK-4060702 WEmbeddedFrame no longer allows native Dialogs to be displayed
-
- Closed
-
-
JDK-4187816 Visual Basic hangs when modal dialog is created during an event
-
- Closed
-
-
JDK-4245682 Showing a dialog causes applet to freeze in IE
-
- Closed
-
- relates to
-
JDK-4506751 Plug-in and IE both lock/freeze after a modal dialog is launched from JavaScript
-
- Resolved
-