timboudreau opened a new pull request #2711:
URL: https://github.com/apache/netbeans/pull/2711


   Fixes a problem I've run into several times on Mac OS - if another 
application steals focus
   while the popup switcher is open, the switcher can wind up in a state where 
it is listening
   twice, and is hidden as soon as you release the mouse button.
   
   Fix is to add AWTEvent.WINDOW_EVENT_MASK to the set of AWTEvents listened 
for, check that
   there really is no active window (to avoid confusion around heavyweight AWT 
popups) and
   hide the popup in that case.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to