mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 17:15:49 +03:00
[GH-ISSUE #1375] Autocomplete pop-up steals the focus when composing requests, leading to a buggy experience #1368
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#1368
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 @raxityo on GitHub (Sep 29, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1375
Originally assigned to: @NghiaTranUIT on GitHub.
(Apologies if this has been reported. I was not able to find this when I searched for issues on GitHub)
Description:
When composing a request in "Edit and Repeat" window, the autocomplete pop-up of headers steals the focus while typing, so it's very hard to type the header keys or values if there's a custom value to be written.
Steps to Reproduce:
Current Behavior:
https://user-images.githubusercontent.com/767683/193056962-2ee23b58-0987-456b-8914-c786663d1300.mp4
Expected Behavior:
I would expect the autocomplete pop-up to not steal the focus
Environment:
@NghiaTranUIT commented on GitHub (Sep 29, 2022):
@raxityo just wondering: When the Auto-complete popup, are you able to type? (And you have to click on the text field to make it focus) 🤔
@raxityo commented on GitHub (Sep 29, 2022):
Yes, it pops up as soon as I start typing something in the header key or value field that would match one of the known headers.
To get back to the focused area, I would have to click within the field I was editing. Hitting
Esckey hides the pop-up, but still loses the focus@NghiaTranUIT commented on GitHub (Sep 29, 2022):
Thanks. I'm able to reproduce it if I enable the "Use Keyboard navigation" on the Keyboard -> Shortcut
To workaround, you can disable it.
@raxityo commented on GitHub (Sep 29, 2022):
Ah, that's what's making the pop-up to steal the focus!. Thanks for the tip, @NghiaTranUIT 👍
@NghiaTranUIT commented on GitHub (Oct 3, 2022):
@raxityo Fixed build here: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_3.10.0_Fix_the_AutoCompletion_issue_on_Compose_and_Breakpoint.dmg
Technically, I improve the behavior of the Auto-Completion Popover, it doesn't steal the focus anymore. Work with " use Keyboard Navigation to move Focus between controls" 👍
@raxityo commented on GitHub (Oct 3, 2022):
Works! Thanks so much for quick fix, @NghiaTranUIT 👏