Proxyman
Proxyman copied to clipboard
Request link keep change layout after request finished
Description
Steps to Reproduce
- Send a request with long path/params
- Click URL after request finished, the bottom view with request type and response code keeps updating layout between horizontal and vertical
Current Behavior
Expected Behavior
- Keep horizontal layout or vertical layout.
Environment
- App version: e.g Proxyman 3.9.0
- macOS version: e.g macOS Monterey
@adamwangxx it's the feature, If your long URL occupies more than 4 lines, it will become vertical to show more space to render the URL. Otherwise, it's horizontal mode.
@adamwangxx it's the feature, If your long URL occupies more than 4 lines, it will become vertical to show more space to render the URL. Otherwise, it's horizontal mode.
Hi, thanks for response, I know it's the feature, but I got weird behavior. I do nothing after request finished like change Proxyman window size or change bottom view size, so I think layout should keep horizontal or vertical but not keep changing.
https://github.com/ProxymanApp/Proxyman/assets/5875393/93f13dc4-15cd-4911-b6de-a8b2338cc168
thanks. I see, there is a small bug when calculating the width/height of your URL, so it displays as Horizontal/Vertical incorrectly. Let me see if I can fix it 👍