errael commented on PR #5280:
URL: https://github.com/apache/netbeans/pull/5280#issuecomment-1382314612

   > > a situation where the direct parent is not the optimal answer:
   > > the editor tab dropdown can close tabs. If the tab is unsaved a dialog 
will appear. This dialog's parent would be the popup which causes it open on 
the upper right area of the main window.
   > 
   > Is this intermittent for you? I can't reproduce what you're seeing. 
   > ...
   > 
   > Could be a OS/window manager issue.
   
   @mbien, If you have a chance to check what is returned by
   ```
   Window w = 
KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusedWindow();
   ```
   
   at the first line of
   ```
   org.netbeans.core.windows.services.findFocusedWindow()
   ```
   
   And it's something that doesn't make sense, something like
   ```
   javax.swing.Popup
   ```
   Then I could try to address it.


-- 
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.

To unsubscribe, e-mail: [email protected]

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