-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
6
-
generic
-
generic
Windows: right now we use combination of different mouse and focus events to simulate non-focusable behavior. This works unstably and might stop working in the future since the implementation relies on current behavior. Instead, we should try to use hooks to filter-out focus events from toplevel.
Unix: we use override_redirect to make sure our windows are non-focusable. This works for focus, but makes problems to z-order and desktop navigation. Instead, we should investigate how modern WMs(Metacity 2.6, 2.4.55, Kwin 3.x) work well with WM_TAKE_FOCUS and start using it for them
Unix: we use override_redirect to make sure our windows are non-focusable. This works for focus, but makes problems to z-order and desktop navigation. Instead, we should investigate how modern WMs(Metacity 2.6, 2.4.55, Kwin 3.x) work well with WM_TAKE_FOCUS and start using it for them
- relates to
-
JDK-6492990 Checkbox on a non-focusable frame changes the color when selected/de-selected, win32
-
- Open
-
-
JDK-6503772 clicking java icon in title bar is not showing the menu if the frame.setFocusableWindowState(false)
-
- Open
-
-
JDK-5091224 Non-focusable windows steal focus from desktop windows
-
- Resolved
-
-
JDK-5070056 REGRESSION: JWindow stays on top of all other windows
-
- Resolved
-
-
JDK-4980161 REG:setting focusable window state to false makes the maximized frame resizable
-
- Closed
-