-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b01
-
x86
-
windows_xp
The problem is that we have a JFrame that is non-focusable but sometimes when it pops up it steals focus from other applications such as Word, Notepad, even from another instance of our own
application. When that happens it appears with a blue titlebar, however, you can't
tab around the window. It does not have a real focus since it is non-focusable but
the other application that was focused before loses the focus.. Once the JFrame
in this wierd state is closed the focus goes back to that other application from
which it was stolen. This is randomly reproducible. However, there is a problem that is
always reproducible which is when you click on a non-focusable frame while your focus is
on some other application such as Word, Notepad, even another java application, that other
application loses focus, while the non-focusable frame does not gain focus since it is
non-focusable. Once the non-focusable frame is closed, the focus goes right back to the
application who previously owned it. We think that the first problem is a variation of the
second one.
application. When that happens it appears with a blue titlebar, however, you can't
tab around the window. It does not have a real focus since it is non-focusable but
the other application that was focused before loses the focus.. Once the JFrame
in this wierd state is closed the focus goes back to that other application from
which it was stolen. This is randomly reproducible. However, there is a problem that is
always reproducible which is when you click on a non-focusable frame while your focus is
on some other application such as Word, Notepad, even another java application, that other
application loses focus, while the non-focusable frame does not gain focus since it is
non-focusable. Once the non-focusable frame is closed, the focus goes right back to the
application who previously owned it. We think that the first problem is a variation of the
second one.
- relates to
-
JDK-6384552 REGRESSION: unknown window is created when the height of menu list is longer tha
-
- Resolved
-
-
JDK-5091224 Non-focusable windows steal focus from desktop windows
-
- Resolved
-
-
JDK-2137828 Non-focusable windows steal focus from desktop windows
-
- Resolved
-
-
JDK-6473485 No keyboard focus in a focusable JWindow
-
- Resolved
-
-
JDK-6181725 Non-focusable frame becomes active when maximized, on win32
-
- Closed
-