[7u6] Please review my fix for 7177144: [macosx] Drag and drop not working (regression in 7u6)

Oleg Pekhovskiy oleg.pekhovskiy at oracle.com
Tue Jul 17 09:34:00 PDT 2012


looks fine.

Maybe 'cache' would be better than 'queue' in this context:
// Do not queue SunDropTargetEvent, they should not coalesce

Thanks,
Oleg

7/17/2012 8:27 PM, Alexander Zuev wrote:
> Hello,
>
>   please review my fix 7177144: [macosx] Drag and drop not working 
> (regression in 7u6)
>   CR description can be found here: 
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7177144
>
>   Webrev with the proposed change can be seen here: 
> http://cr.openjdk.java.net/~kizune/7177144/webrev.00
>
>   This fix affects all platforms but due to the fix nature it 
> shouldn't cause any regressions. The idea of the fix is to prevent 
> Drag and Drop events from coalescing because it may cause hangup due 
> to the synchronous nature of this type of events.
>
> With best regards,
> Alex



More information about the macosx-port-dev mailing list