[GH-ISSUE #1335] Searching response data works once, then you can't change the text #1328

Open
opened 2026-03-03 19:50:33 +03:00 by kerem · 7 comments
Owner

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

  • click the filter button
  • add 3 filters
  • disable 1 of them
  • select an HTTP request in the main list
  • in the view of the response, choose the "JSON" mode
  • click inside the response preview area
  • press command + s to search and type something
  • press enter to find it
  • select a different HTTP request in the main list
  • try to search the response for a new string
  • ^ you can't! the search bar is hidden :(

Expected behavior

you should be able to search the JSON response for a different string without quitting and reopening the app

Screenshots (optional)

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 - click the filter button - add 3 filters - disable 1 of them - select an HTTP request in the main list - in the view of the response, choose the "JSON" mode - click inside the response preview area - press command + s to search and type something - press enter to find it - select a different HTTP request in the main list - try to search the response for a new string - ^ you can't! the search bar is hidden :( ### Expected behavior you should be able to search the JSON response for a different string without quitting and reopening the app ### Screenshots (optional)
Author
Owner

@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

<!-- gh-comment-id:1220114233 --> @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
Author
Owner

@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:

  • press cmd+f to open search bar
  • make some search
  • close search bar clicking on text
  • press cmd+g to search for the next result

At some point search won't work. I can reproduce this issue in other windows including response viewer.

<!-- gh-comment-id:1223753452 --> @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: * press cmd+f to open search bar * make some search * close search bar clicking on text * press cmd+g to search for the next result At some point search won't work. I can reproduce this issue in other windows including response viewer.
Author
Owner

@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 👍

<!-- gh-comment-id:1223869139 --> @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 👍
Author
Owner

@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 👍 😄

<!-- gh-comment-id:1225130689 --> @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 👍 😄
Author
Owner

@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?

<!-- gh-comment-id:1225272865 --> @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?
Author
Owner

@NghiaTranUIT commented on GitHub (Aug 24, 2022):

In this case green circle above text view becomes yellow

It switches to editing mode. After 500ms, it automatically saves the file.

If I click on text after search and press cmd+g it either doesn't work or work, but quite slow.
Can you try with cmd+f?

<!-- gh-comment-id:1225284934 --> @NghiaTranUIT commented on GitHub (Aug 24, 2022): > In this case green circle above text view becomes yellow It switches to editing mode. After 500ms, it automatically saves the file. > If I click on text after search and press cmd+g it either doesn't work or work, but quite slow. Can you try with cmd+f?
Author
Owner

@ildar-gilfanov commented on GitHub (Aug 24, 2022):

Can you try with cmd+f?

Yes, if I open search bar again it works as I expect

<!-- gh-comment-id:1225307336 --> @ildar-gilfanov commented on GitHub (Aug 24, 2022): > Can you try with cmd+f? Yes, if I open search bar again it works as I expect
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#1328
No description provided.