Request for review 7156191 [macosx] Can't type into applet demos in Pivot

Artem Ananiev artem.ananiev at oracle.com
Mon Mar 26 08:37:24 PDT 2012


The fix looks fine. CEmbeddedFrame.updateOverlayWindowActiveState() 
JavaDoc may be corrected, though: does it still post a WINDOW_ACTIVATED 
event?

Thanks,

Artem

On 3/26/2012 6:37 PM, Dmitry Cherepanov wrote:
> Hello,
>
> Here's a fix for 7156191 ([macosx] Can't type into applet demos in Pivot)
>
> The current implementation of focus event handlers in CEmbeddedFrame
> dispatches focus events directly to the embedded frame. The fix changes
> the implementation and now it calls peer.notifyActivation() like it's
> done in standalone mode.
>
> http://cr.openjdk.java.net/~dcherepanov/7156191/webrev.0/
>
> Thanks,
> Dmitry
>


More information about the macosx-port-dev mailing list