Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Seer preview should close when selecting a different file via the mouse #14966

Closed
Nronless opened this issue Mar 15, 2024 · 20 comments · Fixed by #15339
Closed

Bug: Seer preview should close when selecting a different file via the mouse #14966

Nronless opened this issue Mar 15, 2024 · 20 comments · Fixed by #15339
Labels
bug Something isn't working 👀

Comments

@Nronless
Copy link

Description

Seer has a quick preview feature that I often use in my work. Its function is as follows: when any file/folder in the file manager is selected and the spacebar is pressed, it allows browsing the contents without directly opening it. This is particularly convenient for someone like me who works with numerous Word and Excel documents.

Files is my favorite file manager. However, when combining the two, there's a rather troublesome issue: once the quick preview feature is activated for the first time by pressing the spacebar, selecting any file thereafter or returning to the previous level folder will automatically invoke the quick preview feature, unless Seer is closed in the background to stop it. It's as if once the spacebar is pressed for the first time, every subsequent selection of any file/folder with the mouse automatically adds the quick preview feature corresponding to the spacebar. This is quite frustrating. Both applications are very useful, and I am reluctant to give up either.

Through testing, this issue does not occur with Seer and the default file manager of Windows. Currently, I am not sure whether the issue lies with Files or Seer, so I have submitted feedback for both applications, hoping to get help from the developers. I am very grateful for the excellent software you have developed and hope it can be further improved!

Steps To Reproduce

  1. When Seer and Files are running, but Seer has not yet been used for the first time (before the first press of the spacebar), clicking to select any file with the mouse does not present any issues.

2024-03-15 17-22-13.mkv.zip

  1. When Seer is running, pressing the spacebar on any file to use Seer's quick preview feature will lead to the automatic invocation of the quick preview feature upon any subsequent mouse selection of any file. It's as though every mouse click to select a file automatically presses the spacebar.

2024-03-15 17-23-34.mkv.zip

Requirements

hope to prevent the automatic invocation of Seer's quick preview feature when using Files and Seer together, so that the feature is only used when I actively press the spacebar according to my needs.

Files Version

3.2.7.0

Windows Version

10.0.22631.3296

Log File

debug.log

@Nronless Nronless added the bug Something isn't working 👀 label Mar 15, 2024
@yaira2
Copy link
Member

yaira2 commented Mar 15, 2024

What happens if you press the space bar again?

@yaira2 yaira2 added the needs-additional info Needs more information from the reporter label Mar 15, 2024
@Nronless
Copy link
Author

What happens if you press the space bar again?

The Quick Preview Window will disappear.

@ccseer
Copy link

ccseer commented Mar 16, 2024

@yaira2 hi, Seer hasn't been updated since last June.

@ccseer
Copy link

ccseer commented Mar 16, 2024

Let me know if there is anything I can do, @yaira2

@yaira2
Copy link
Member

yaira2 commented Mar 18, 2024

What happens if you press the space bar again?

The Quick Preview Window will disappear.

Is this a good workaround for now?

@yaira2
Copy link
Member

yaira2 commented Mar 18, 2024

Let me know if there is anything I can do, @yaira2

@ccseer I think the fix can be from our side but if pressing space does the trick, I think it might be a good workaround for now.

@Nronless
Copy link
Author

What happens if you press the space bar again?

The Quick Preview Window will disappear.

Is this a good workaround for now?

I've updated to the latest version of Files, which is 3.3.0.0, and It appears to still exist.:'(

@yaira2
Copy link
Member

yaira2 commented Mar 20, 2024

We haven't made any changes to fix this. Our current intention is for users to use space or esc but we'll keep this on our project board as it's reasonable feedback.

@yaira2 yaira2 changed the title Issue regarding conflict between Seer and Files Bug: Seer preview should close when selecting a different file via the mouse Mar 20, 2024
@yaira2 yaira2 removed the needs-additional info Needs more information from the reporter label Mar 20, 2024
@Nronless
Copy link
Author

We haven't made any changes to fix this. Our current intention is for users to use space or esc but we'll keep this on our project board as it's reasonable feedback.

OK! Thanks for your reply and care!! :)

@ccseer
Copy link

ccseer commented Mar 20, 2024

wait, I guess we need more info.
Seer preview should close when selecting a different file via the mouse is expected. And if user doesn't like it, there is an option to turn it off in Seer's Settings.

@ccseer
Copy link

ccseer commented Mar 20, 2024

@Nronless would you please hlep comfirm

@Nronless

This comment was marked as off-topic.

@ccseer
Copy link

ccseer commented Mar 20, 2024

@Nronless The sixth tab, the second group Others, then the second option Track selected file in Explorer.

@ccseer
Copy link

ccseer commented Mar 20, 2024

image

@ccseer
Copy link

ccseer commented Mar 20, 2024

@Nronless you can close the issue if it's solved.

@Nronless
Copy link
Author

image

I've tried turning off this option, but still exists the same issue.

@yaira2
Copy link
Member

yaira2 commented May 7, 2024

@ccseer do you have docs on how we can detect that setting?

@ccseer
Copy link

ccseer commented May 8, 2024

yes, it has a priority

  • UWP

    1. %USERPROFILE%/Documents/Seer/uwp.ini
    2. %USERPROFILE%/appdata/Local/Corey/Seer/uwp.ini
  • Win32:

    1. %USERPROFILE%/Documents/Seer/config.ini
    2. REG: "\HKEY_CURRENT_USER\Software\Corey\Seer"

The key is:
general - tracking_file
For Win32 - Reg: no general, it's under \\HKEY_CURRENT_USER\\Software\\Corey\\Seer

@ccseer
Copy link

ccseer commented May 10, 2024

the ini files under Documents are created by user.
in some rare cases, the default path doesn't work, so I provided a solution for these user to have a new Settings path

@yaira2
Copy link
Member

yaira2 commented May 12, 2024

@Nronless this will be included in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 👀
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants