-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Spaces in a query parameter are not taken into account #8091
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
Comments
I'm facing the same issue after update. This is a serious bug which is hampering much. Please fix the issue. |
Here same, OS: Manjaro Linux x86_64, GNOME 47.2. |
Still here on arch / Endevouros with KDE Plasma |
It seems related to #7739 |
Version 11.0.2, Windows x64, also happening to me. This is incredibly frustrating, spaces just get eaten. I can sometimes make it allow me to enter a space by clicking on the UI elements first, but entering in any query parameters that include spaces is very annoying. |
I'm glad I'm not the only one having this issue... and at the same time it's also sad to see that more than 6 months later it hasn't been solved. But at least it's been acknowledged as now the status is set to verified, that's a good start! |
Thanks @notjaywu In Body > Form Data/Multipart there isn't the "Bulk edit" functionality. |
This issue stems from a bug in react-aria. I've submitted an issue to them, and I'm looking for a workaround to solve it. |
Expected Behavior
When typing a string that contains spaces as the value of a query parameter, it is expected that the string is exactly what has been typed in.
For example, if the query parameter is used to pass a geographical address to the API method and I type the following address:
Then it is expected that the value of the query parameter is this address:
Actual Behavior
However it is not the current behaviour: spaces are not taken into account and the query parameter value looks like the print screen below after typing all the characters on the keyboard:
One has to either go back/up into the string using the mouse pointer and/or using the backspace key multiple times in order to make Insomnia accept one single space. Which is pretty annoying.
This behaviour appeared recently but could be observed at least in the previous release.
Reproduction Steps
Is there an existing issue for this?
Additional Information
Insomnia Help information:
Windows System information:
Insomnia Version
10.1.0
What operating system are you using?
Windows
Operating System Version
Windows_NT x64 10.0.19045
Installation method
Download from insomnia.rest
Last Known Working Insomnia version
No response
The text was updated successfully, but these errors were encountered: