Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 7u51
-
Fix Version/s: 9
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:b38
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084160 | emb-9 | Mikhail Cherkasov | P3 | Resolved | Fixed | team |
Description
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.
Attachments
Issue Links
- backported by
-
JDK-8084160 Requesting focus to a modeless dialog doesn't work on Safari
-
- Resolved
-