2
|
1 |
<html>
|
|
2 |
<!--
|
|
3 |
@test
|
|
4 |
@bug 6533175
|
|
5 |
@summary Block F10 if closest toplevel to keystroke target is not a Frame.
|
|
6 |
@author yuri nesterenko : area= awt.toplevel
|
|
7 |
@run applet F10TopToplevel.html
|
|
8 |
-->
|
|
9 |
<head>
|
|
10 |
<title> </title>
|
|
11 |
</head>
|
|
12 |
<body>
|
|
13 |
|
|
14 |
<h1>F10TopToplevel<br>Bug ID: 6533175 Pressing F10 when a modal dialog is visible hangs the Xserver, XToolkit</h1>
|
|
15 |
|
|
16 |
<p> This is an AUTOMATIC test, simply wait for completion </p>
|
|
17 |
|
|
18 |
<APPLET CODE="F10TopToplevel.class" WIDTH=200 HEIGHT=200></APPLET>
|
|
19 |
</body>
|
|
20 |
</html>
|
|
21 |
|