Proxyman icon indicating copy to clipboard operation
Proxyman copied to clipboard

Request link keep change layout after request finished

Open adamwangxx opened this issue 1 year ago • 3 comments
trafficstars

Description

Steps to Reproduce

  1. Send a request with long path/params
  2. Click URL after request finished, the bottom view with request type and response code keeps updating layout between horizontal and vertical

Current Behavior

CleanShot 2024-03-26 at 14 43 28

Expected Behavior

  • Keep horizontal layout or vertical layout.

Environment

  • App version: e.g Proxyman 3.9.0
  • macOS version: e.g macOS Monterey

adamwangxx avatar Mar 26 '24 06:03 adamwangxx

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

NghiaTranUIT avatar Mar 26 '24 06:03 NghiaTranUIT

@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

adamwangxx avatar Mar 26 '24 07:03 adamwangxx

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 👍

NghiaTranUIT avatar Mar 26 '24 07:03 NghiaTranUIT