Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2224255 | 7u6 | Scott Kovatch | P2 | Closed | Fixed | b09 |
On the Mac we have to deliver events to the applet process across the communications pipe. Unfortunately, when I did the first implementation for AWT-based applets I put the event delivery methods into PluginEmbeddedFrame. This needs to change so that com.sun.deploy.uitoolkit.Window has methods for receiving the serialized events, which are in turn implemented by PluginEmbeddedFrame.
There will be a corresponding JavaFx change. ID to be added shortly.
See http://javafx-jira.kenai.com/browse/RT-21188
There will be a corresponding JavaFx change. ID to be added shortly.
See http://javafx-jira.kenai.com/browse/RT-21188
- backported by
-
JDK-2224255 [Mac] Additional refactoring needed for JavaFx (event delivery)
-
- Closed
-