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

I/Q tool file selector randomly jumps to current selection #1037

Closed
argilo opened this issue Dec 31, 2021 · 1 comment · Fixed by #1169
Closed

I/Q tool file selector randomly jumps to current selection #1037

argilo opened this issue Dec 31, 2021 · 1 comment · Fixed by #1169
Labels

Comments

@argilo
Copy link
Member

argilo commented Dec 31, 2021

Steps to reproduce:

  1. Create enough I/Q recording files such that they take up more than one page in the I/Q tool.
  2. Open the I/Q tool and click on the first recording file.
  3. Scroll down to the bottom of the list of I/Q files.

Within one second, you'll be returned to the top of the list. This makes it very difficult to select the I/Q files you want.

This happens because CIqTool::timeoutFunction executes once per second and calls CIqTool::refreshDir, which clears and rebuilds the list, then calls QListWidget::setCurrentRow. I imagine there's a better way to keep the file list up to date.

@vladisslav2011
Copy link
Contributor

I've noticed this issue too.
It may fixed by merging #1011

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants