wiztools / rest-client

Tool to test HTTP/RESTful webservices.
Apache License 2.0
1.53k stars 372 forks source link

Enter key in URL box does not trigger request in Java 8 #12

Closed subwiz closed 8 years ago

subwiz commented 10 years ago

Happens only in Java 8.

subwiz commented 10 years ago

New finding: editable JComboBox is not forwarding Enter key to the default button. The problem is not in the SwingX or JIDE component.

subwiz commented 10 years ago

Asked SO: http://stackoverflow.com/questions/26217091/editable-jcombobox-in-java-8-does-not-forward-enter-key-to-default-button

subwiz commented 8 years ago

Now, it seems to be working!