Details
-
Enhancement
-
Resolution: Fixed
-
P2
-
7u4
-
b69
-
generic
-
os_x
-
Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8018733 | 7u45 | Sergey Bylokhov | P2 | Closed | Fixed | b01 |
JDK-8005182 | 7u40 | Petr Pchelko | P2 | Closed | Fixed | b08 |
Description
sun.lwawt.macosx.CEmbeddedFrame is a lightweight, CALayer-based implementation of sun.awt.EmbeddedFrame to embed AWT/Swing applets to browser. However, This is not the only case where embedded frames are used, for example, SWT utilizes it for SWT_AWT bridge.
In JDK6, Apple provided NSView-based (heavyweight) subclass of sun.awt.EmbeddedFrame, and this is what SWT expects from JDK7 as well. So we'll need one more implementation. Note that it will unlikely be named exactly as in JDK6 (apple.awt.CEmbeddedFrame), so some code changes in SWT will be required too.
In JDK6, Apple provided NSView-based (heavyweight) subclass of sun.awt.EmbeddedFrame, and this is what SWT expects from JDK7 as well. So we'll need one more implementation. Note that it will unlikely be named exactly as in JDK6 (apple.awt.CEmbeddedFrame), so some code changes in SWT will be required too.
Attachments
Issue Links
- backported by
-
JDK-8005182 [macosx] NSView-based implementation of sun.awt.EmbeddedFrame
- Closed
-
JDK-8018733 [macosx] NSView-based implementation of sun.awt.EmbeddedFrame
- Closed
- relates to
-
JDK-7080150 [TEST_BUG][macosx] No mac os x EmbeddedFrame support in regression regtesthelpers
- In Progress
-
JDK-7169339 [macosx] LWJGL library have issues working properly on JDK 7 on Mac OS X
- Open