mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-28 17:45:50 +03:00
[GH-ISSUE #1545] Proxyman has stopped responding to most mouse clicks #1538
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#1538
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 @ianiv on GitHub (Feb 15, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1545
Originally assigned to: @NghiaTranUIT on GitHub.
Description
Clicking on many UI elements no longer works. e.g. toolbar buttons, right clicking request list, filter controls.
I don't know what could've caused it, it just suddenly stopped working a couple of days ago.
I've tried the "Factory Reset" option but it made no difference.
Steps to Reproduce
Open proxyman and try to use it normally.
Current Behavior
See this video, you can see I am clicking on various elements and nothing happens
https://user-images.githubusercontent.com/46598/219175058-c15f5389-1ef4-49a7-bde7-322f0195b3d8.mov
Expected Behavior
Environment
@NghiaTranUIT commented on GitHub (Feb 16, 2023):
Hmm, it's really odd. I've never seen this bug before @ianiv
Can you try with some older Proxyman builds to see if you can reproduce it? You can download it at https://proxyman.io/changelog
From your video, Proxyman isn't unresponsive or hanging (You can click on the third row on the main table), I guess the app is conflicted with some apps on your Macbook.
@ianiv commented on GitHub (Feb 16, 2023):
Turns out it responds find if I "tap to click" on the trackpad but doesn't if I "press to click" instead. So I have a workaround, I think.
Even older versions that used to work fine no longer work, so this is likely something specific to my machine. No worries.
@NghiaTranUIT commented on GitHub (Feb 16, 2023):
It seems it's a bug from Apple 🤔
Anyway, thanks for informing me that it's fixed 😄
@ianiv commented on GitHub (Feb 16, 2023):
I wouldn't say it is fixed, but very likely not Proxyman's fault?
@NghiaTranUIT commented on GitHub (Feb 16, 2023):
Unfortunately, I don't know how to fix it. Proxyman uses a lot of native UI Components from AppKit (We don't customize or override keyboard/mouse events).
I will keep an eye on this issue and see if there are more reports.