mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 17:15:49 +03:00
[GH-ISSUE #1351] Request mark isn't saved when marking a request from the pinned hosts and going back to Remote devices #1344
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#1344
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 @AdamSafedk on GitHub (Sep 5, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1351
Originally assigned to: @NghiaTranUIT on GitHub.
Description
Pinned filters don't behave the same as the cmd+f filters
Expected Behavior
The same behavior as in the following fix https://github.com/ProxymanApp/Proxyman/issues/1343
When you highlight/mark a request and switch between the pinned host, filters, remote devices etc. , the request should stay marked
Current Behavior
In 3.9.0 there was a huge improvement in the behavior of the filter, now if you choose/mark a request and remove your filter it still marks the request. BUT the pinned hosts filter have still the old behavior, which means that if you choose/mark a request from the pinned hosts and then browse to the "Remote devices" it doesn't save your choice.
Steps to Reproduce
Notice that your marked request isn't marked anymore
Environment
@NghiaTranUIT commented on GitHub (Sep 7, 2022):
You're right. Currently, when the data source is changed (Clicking on the item on the Left Panel), the table view is completely reloaded. Thus, the selection is reset to the first row.
I will add this behavior soon 👍