-
Bug
-
Resolution: Fixed
-
P3
-
7u51
-
b38
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084160 | emb-9 | Mikhail Cherkasov | P3 | Resolved | Fixed | team |
Requesting focus to a modeless dialog doesn't work on Safari and Firefox.
The problem appears if we trying to call toFront when embedded window is
active in browser, this call is ignored, because for macosx the browser process is active
and it ignores [nsWindow orderFront:nsWindow] call to java process windows.
To fix this issue [NSApp activateIgnoringOtherApps:YES]; is used before
[nsWindow orderFront:nsWindow]
if an embedded frame is active window.
The problem appears if we trying to call toFront when embedded window is
active in browser, this call is ignored, because for macosx the browser process is active
and it ignores [nsWindow orderFront:nsWindow] call to java process windows.
To fix this issue [NSApp activateIgnoringOtherApps:YES]; is used before
[nsWindow orderFront:nsWindow]
if an embedded frame is active window.
- backported by
-
JDK-8084160 Requesting focus to a modeless dialog doesn't work on Safari
-
- Resolved
-