-
Bug
-
Resolution: Fixed
-
P2
-
5.0u16
-
b01
-
x86
-
windows_xp
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2180308 | 7 | Poonam Bajaj Parhar | P3 | Closed | Duplicate | |
JDK-2183342 | 6u18 | Poonam Bajaj Parhar | P3 | Resolved | Fixed | b03 |
JDK-2183412 | 6u17-rev | Poonam Bajaj Parhar | P3 | Resolved | Fixed | b05 |
JDK-2180307 | 6u16-rev | Poonam Bajaj Parhar | P3 | Resolved | Fixed | b03 |
JDK-2187962 | 5.0u17-crev | Poonam Bajaj Parhar | P2 | Resolved | Fixed | b04 |
JDK-2186309 | 5.0u16-crev | Poonam Bajaj Parhar | P2 | Resolved | Fixed | b02 |
If an applet in an html frame shows a JDialog created as
"new JDialog((Frame)null, true);" does not behave as a
modal dialog. Users can move brwser window in front of
the dialog by clicking the browser window.
<frameset name="main" cols="300,*" framespacing="0">
<frame src="form.html" frameborder="0" marginwidth="0" />
<frame src="control.html" frameborder="0" marginwidth="0" />
</frameset>
// control.html
<body topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0">
<applet code="modal2.ToolApplet.class" archive="../dist/Modal2.jar" width="100%" height="100%" name="SampleForm" vspace="0" hspace="0" >
</applet>
</body>
This symptom is not seen on Firefox or Safari.
The symptom was seen on 6u7 as well, but with 6u12, the
dialog works as a modal dialog.
So, it looks like java plugin for IE in 1.5 and 6.0-6u7 issue.
.
- backported by
-
JDK-2186309 On IE, modal JDialog from an Applet in html frame is not modal
- Resolved
-
JDK-2187962 On IE, modal JDialog from an Applet in html frame is not modal
- Resolved
-
JDK-2180307 On IE, modal JDialog from an Applet in html frame is not modal
- Resolved
-
JDK-2183342 On IE, modal JDialog from an Applet in html frame is not modal
- Resolved
-
JDK-2183412 On IE, modal JDialog from an Applet in html frame is not modal
- Resolved
-
JDK-2180308 On IE, modal JDialog from an Applet in html frame is not modal
- Closed
- relates to
-
JDK-6883952 Issue in 6817482 is still reproducible with 6u16-rev-b03 when using old plugin
- Closed