hzl512 / poster-extension

Automatically exported from code.google.com/p/poster-extension
0 stars 0 forks source link

Cannot add duplicate query parameters with same name #88

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open poster firefox plugin
2. Select "Parameters" tab
3. Enter a Name and Value and click "add/change" button
4. There is now no way to enter the same name but with a different additional 
value.

What is the expected output? What do you see instead?
It is expected that we can enter the same variable twice with different values 
such if you had a URL like this:
http://www.myhost.com/search/toys?color=red&color=blue

If you wanted to use the "myhost search service" for red and blue toys.

Instead all that is available is modifying the existing value.

One way this could be fixed is to remove the "add/change" button in favor of 
having two buttons, an "add" and "remove" button.  Additionally you would need 
to modify the list of name value pairs to be modifiable.

What version of the product are you using? On what operating system?
Poster 3.1.0 / Winblows 7, oops my finger slipped.

Please provide any additional information below.
Thank you for the plugin!

Original issue reported on code.google.com by schamper...@gmail.com on 8 Dec 2011 at 7:33