mbien opened a new pull request, #7551:
URL: https://github.com/apache/netbeans/pull/7551
if the test field is left empty, it creates the following problem:
- cancel button has focus, ok button is disabled until validaiton
- method name validation is delayed by 200ms which can cause users to
cancel the hint after filling out the method name and pressing enter quickly,
giving the wrong impression of a not functioning refactoring action
This can be avoided by initializing the test field with a method name.
how to test:
- select `System.out.println();`
- `alt+enter`, select `introduce method`
- type something and hit enter quickly
--
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