mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 00:55:57 +03:00
[GH-ISSUE #1335] Searching response data works once, then you can't change the text #1328
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1328
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @spnkr on GitHub (Aug 18, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1335
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
3.8.0
macOS Version? (Ex. mac 10.14)
12.5
Steps to reproduce
Expected behavior
you should be able to search the JSON response for a different string without quitting and reopening the app
Screenshots (optional)
@NghiaTranUIT commented on GitHub (Aug 19, 2022):
Can you record a video to demonstrate it? I tried to reproduce but had no luck 🤔
Video: https://drive.google.com/file/d/1VY29FMp-l-VonBRLeJk-isG2VLLn1py4/view?usp=sharing
@ildar-gilfanov commented on GitHub (Aug 23, 2022):
I'm facing the same issue. I don't have precise steps, but you can try to open Map Local Editor and repeat multiple times:
At some point search won't work. I can reproduce this issue in other windows including response viewer.
@NghiaTranUIT commented on GitHub (Aug 23, 2022):
@ildar-gilfanov thanks for the hint. I'm able to reproduce the issue 🎉 It looks like the CodeMirror has buggy UI when using CMD+F, CMD+g, and selecting a new text.
Fixing it now 👍
@NghiaTranUIT commented on GitHub (Aug 24, 2022):
Hey @spnkr and @ildar-gilfanov Please check out this Beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_3.8.0_Fix_Search_Bar_is_hidden.dmg
I'm able to reproduce the bug and it's completely fixed 💯
Thanks again for opening the issue 👍 😄
@ildar-gilfanov commented on GitHub (Aug 24, 2022):
Hi @NghiaTranUIT! I can't reproduce the issue in new build. Thank you for fixing it!
Although I have found strange behaviour. If I click on text after search and press cmd+g it either doesn't work or work, but quite slow. In this case green circle above text view becomes yellow. As far as I understand this means some king of processing, but I don't expect search to trigger any kind of heavy working. Could you take a look?
@NghiaTranUIT commented on GitHub (Aug 24, 2022):
It switches to editing mode. After 500ms, it automatically saves the file.
@ildar-gilfanov commented on GitHub (Aug 24, 2022):
Yes, if I open search bar again it works as I expect