ProxymanApp / ProxymanApp/Proxyman
Selection is lost when removing filters
@NghiaTranUIT is already working on this.
Since Feb 25, 2022.
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
When you de-select a filter,
Proxyman version? (Ex. Proxyman 1.4.3)
3.1.0
macOS Version? (Ex. mac 10.14)
12.2
Steps to reproduce
add one or more filters
select a row
remove one of your filters
note that a completely different row is now selected. The same "ROW INDEX" in the table might be selected, but not the same "LINE OF DATA" that had previously been selected.
Expected behavior
I would expect the current line to remain selected and in view when removing a filter, because I probably used the filter to find a particular line, and then removed the filter so that I could see the surrounding context, but this context is lost when removing the filter. it looks like you're just preserving maybe the table row index, but what you really should be doing is preserving "the line of data that was selected" (assuming it's still in the data, which it should be if you are REMOVING a filter).
Screenshots (optional)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.