mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #436] [BUG] Broken URL Layout in Horizontal Mode #431
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#431
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 @NghiaTranUIT on GitHub (Mar 12, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/436
Originally assigned to: @NghiaTranUIT on GitHub.
Description
The URL TextField in Detail view is broken in Horizontal mode
Proxyman version? (Ex. Proxyman 1.4.3)
Proxyman 1.18.1
Steps to reproduce
Expected behavior
To workaround, change the Layout mode to Vertical in Preference
Screenshots (optional)
@crankygeek commented on GitHub (Mar 13, 2020):
@NghiaTranUIT Just came here to file this. :)
I think it may be a slightly bigger issue having to do with how the individual views in that panel are resized. All three share a single resize control; the divider between Request and Response, which is pretty clunky.
Two additional notes about the URL layout - it's possible to collapse it to smaller than a single line, which effectively hides the text. Also, I think it should automatically/dynamically resize based on the size of the string in that view. Perhaps setting a max of ~ 4-5 lines.
I also wonder about maybe instead of having two cells, one for the type/status, and one for the URL, maybe they could be merged somehow, to free up a bit more horizontal space for longer request URLs?
@NghiaTranUIT commented on GitHub (Mar 14, 2020):
Let checkout this BETA: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_1.18.1_Broken_UI_URL_TextField.dmg
The bug should be squashed 🙌
And the Status StackView will update from Horizontal -> Vertical if the URL is too long and it saves us a little space as you wish 🍺
@crankygeek commented on GitHub (Mar 14, 2020):
@NghiaTranUIT That looks great. And the status stacking is 👍. Thanks!