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

GUI \ App bug when filtering too quickly #588

Closed
D-nov opened this issue Jun 1, 2023 · 1 comment
Closed

GUI \ App bug when filtering too quickly #588

D-nov opened this issue Jun 1, 2023 · 1 comment
Assignees
Labels
bug 🪲 Something isn't working

Comments

@D-nov
Copy link

D-nov commented Jun 1, 2023

Describe the bug
When you filter too quickly while the table is loading the table UI freezes and never shows any output.

To Reproduce
Steps to reproduce the behavior:

  1. Open a big table (with lots and lots of data)
  2. Here usually the app takes a while to load the results and impatient people like me click on the filter button to add a filter while it's loading.
  3. This results in the UI bug where results are not listed and this table becomes generally unusable and closing the table tab and opening it again now shows filters row twice also app performance is greatly reduced from that point on.
  4. This bug is resolved \ avoided if you restart the app and patiently wait until table has rendered and then start using the filters.

Expected behavior
Can use the filters while the table is loading, but without breaking the app and apply the filters immediately after the table has loaded.

Screenshots
steps
image

Application (please complete the following information):

  • App client [e.g. MySQL]
  • App version [any recent version]
  • Installation source: [deb package]

Environment (please complete the following information):

  • OS name: [Linux - PopOS]
  • OS version [latest]
@Fabio286 Fabio286 added the bug 🪲 Something isn't working label Jun 1, 2023
@Fabio286 Fabio286 added this to TO FIX Jun 1, 2023
@github-project-automation github-project-automation bot moved this to Needs triage in TO FIX Jun 1, 2023
@Fabio286 Fabio286 moved this from Needs triage to Low priority in TO FIX Jun 1, 2023
@Fabio286
Copy link
Member

Fabio286 commented Jun 1, 2023

Hi Danny,

actually the bug is that you can use the filter during loading.

It is not possible to apply filters to the running query without re-executing it with the new where clauses.

I fixed it by disabling the filter during loading to avoid overloading the database

@github-project-automation github-project-automation bot moved this from Low priority to Closed in TO FIX Jun 1, 2023
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
No open projects
Status: Closed
Development

No branches or pull requests

2 participants