orbednetwork / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Select URL from history immediately send the request #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To me it is annoying that whenever I pick a Request from the history (dropdown 
list), that request immediate gets send. Most of the time I want to choose 
between GET,POST,DELETE after selecting a history item and then send it

Original issue reported on code.google.com by ernest.m...@gmail.com on 19 Nov 2012 at 12:43

GoogleCodeExporter commented 9 years ago
Sorry, but this require rewrite GWT's SuggestBox class and I wont fix it.
When you press ENTER button it insert suggestion to text field, close 
suggestions and then it delegate event to the text box. There is no way to 
determine (at this point) to check if suggestion box was displayed a moment ago 
so I can't check if ENTER is for suggestion or for start a request. 

Original comment by jarro...@gmail.com on 9 Dec 2012 at 6:46