Skip to content
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

Closed
funkflute opened this issue Jul 10, 2020 · 4 comments
Closed

When data is pasted into address field, old request is sent #2385

funkflute opened this issue Jul 10, 2020 · 4 comments

Comments

@funkflute
Copy link

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.
image

Desktop (please complete the following information):

  • OS: macOS 10.15.3
  • Installation Method: DMG
  • App Version 2020.3.0
@funkflute funkflute changed the title When data is pasted into field, old request is sent When data is pasted into address field, old request is sent Jul 10, 2020
@rodionbykov
Copy link

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.

@bodegafresh
Copy link

bodegafresh commented Jul 10, 2020

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
Linux 4.19.0-9-amd64 #1 SMP Debian 4.19.118-2+deb10u1 (2020-06-07) x86_64 GNU/Linux

Sorry my english (Google translator)

@Brunopoliveira
Copy link

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).

@nijikokun
Copy link
Contributor

Duplicate of #2377

@nijikokun nijikokun marked this as a duplicate of #2377 Jul 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants