orbednetwork / chrome-rest-client

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

ComboBox with MethodName is out of sync if using project #120

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. Create project Test with two or more methods in it. In example Login and Menu
2. Select project Test in left navigation bar. The first method (Login) is 
loaded into page and top combo box correctly shows it.
3. Select second method from top combo box (Menu). Page is correctly filled 
with method's parameters.
4. Execute the method (click on Send button)
5. After execute, top combo box shows first method (Login) again while the page 
contains Menu parameters. This is bug and combo is out of sync.
6. In this state, there is no chance to load first method (Login) into the page.

Original issue reported on code.google.com by ing.kare...@gmail.com on 20 Nov 2012 at 10:24

GoogleCodeExporter commented 9 years ago
I think it's worth emphasizing that the last item there means that it's 
effectively impossible to use the first saved item for a project, except by 
re-selecting the project from the project list.

Original comment by goo...@sfko.com on 26 Nov 2012 at 3:50