You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/09/09 19:25:19 UTC

[GitHub] eirikbakke commented on issue #507: [NETBEANS-403] Avoid scrolling to end of file if End is pressed while popup is open.

eirikbakke commented on issue #507: [NETBEANS-403] Avoid scrolling to end of file if End is pressed while popup is open.
URL: https://github.com/apache/incubator-netbeans/pull/507#issuecomment-419738712
 
 
   Reworked the patch using a more conservative approach. Also fixed the null ActionEvent issue by using SwingUtilities.notifyAction instead of calling actionPerformed directly. Manually tested on Windows and MacOS, including verifying that Escape can still be invoked to close popups, that code completion arrow navigation works properly, and that the "Enter" and "Space" shortcuts to pin or expand debugging tooltips from https://netbeans.org/bugzilla/show_bug.cgi?id=262311 still works.
   
   Also rebased to fix merge conflict with upstream's new directory structure.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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