neilcsmith-net opened a new pull request, #7386:
URL: https://github.com/apache/netbeans/pull/7386

   As reported in #4155 breakpoints are added at the wrong point when clicking 
on the glyph gutter of an unfocused editor split.  The glyph gutter mouse 
listener attempts to focus the editor component, but the focus change events 
are queued causing `EditorContextDispatcher` to report the wrong focused 
component.
   
   Attempt to fix by checking if the component has the focus, and if not 
queuing up the event handling to run after the focus events. 


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