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

Marching ants test selection animation doesn't work across multiple pages #28

Open
ryandem1 opened this issue May 21, 2023 · 0 comments
Labels
bug Something isn't working enrich-ui Change to the enrich-ui

Comments

@ryandem1
Copy link
Owner

Marching ants test selection logic currently only works across a single page. The logic needs to be updated to work on each pagination page independently.

Minimum reproduction

  1. Start with enough tests in the tests table to enable at least 2 paginated pages
  2. Select the test in the first table index
  3. Navigate to another page of tests
  4. Select the test in the second table index

Issue: The selection animation in the second index behaves as if the test above it was selected, when it was actually only selected on the first page. It becomes more problematic if you are doing a lot of selecting/deselecting across multiple pages because the animation gets all kinds of screwed up.

@ryandem1 ryandem1 added bug Something isn't working enrich-ui Change to the enrich-ui labels May 21, 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 enrich-ui Change to the enrich-ui
Projects
None yet
Development

No branches or pull requests

1 participant