mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 09:05:54 +03:00
[GH-ISSUE #670] Please allow dragging from "Listening on port" view #665
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#665
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 @MerchV on GitHub (Oct 25, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/670
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
Version 2.10.0 (21000)
macOS Version? (Ex. mac 10.14)
macOS 11.0 Beta (20A5395g)
Steps to reproduce
• Drag with cursor the little area at the top where it says Proxyman | Listening on port 9090
Expected behavior
• I expect to be able to drag and move the Proxyman window by dragging here. Xcode has a very similar status view at the top of its window. Not being able to drag the Proxyman window by clicking here feels very strange.
@NghiaTranUIT commented on GitHub (Oct 25, 2020):
Hi, I tried before but it doesn't work as expected because Xcode might use some sort of Private APIs or something to pass the drag mouse event to the behind windows 😄
I will research again and fix it 🙌
@NghiaTranUIT commented on GitHub (Nov 18, 2020):
It's possible now with this -mousedowncanmovewindow 😄 https://developer.apple.com/documentation/appkit/nsview/1483666-mousedowncanmovewindow