-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When data is pasted into address field, old request is sent #2385
Comments
Windows 2020.3.0: paste (Ctrl+V) a param value into Query field. In 2-3 seconds param value is cleared without interaction from user. To avoid the problem, right after pasting in new param value, type something and immediately delete, then pasted value is saved and used in request. |
I have the same problem on linux and when some part of the response collapsed and then I clicked outside the application, returns to its original state alone. Yesterday I updated to the latest version. Before it did not happen. uname -a Sorry my english (Google translator) |
When pasting new endpoint parameters and make a new GET it makes the call with the previous parameters value. No matter how many times i try to change the values, it keeps making the request with the previous parameters. This started after updating to the last version V2020.3.0 (7/9/2020). |
Duplicate of #2377 |
Describe the bug
When altering an existing URL by pasting data, the url is updated, but the request sent is the old
To Reproduce
Steps to reproduce the behavior:
On a Mac
Have an existing request setup
Run that request
Copy part of new url to replace part of the existing request (like changing an id /something/123, copy 345 from somewhere, select 123 and paste to replace 123 with 345)
run the request
the response will be the same as the last request
the query panel does not show the url in the address field
Expected behavior
the response should use the new pasted URL
the query panel should show the url in the address field
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: