Skip to content

Conversation

@rgetz
Copy link

@rgetz rgetz commented Nov 28, 2025

Currently, using browser back/forward buttons resets filtered issue lists, even though checkbox states persist. This is confusing and makes it hard to see the filtered results consistently.

Changes:

  • Added a reapplyFilters() function that reapplies ID, severity, classification, and tool filters based on the current checkbox states.
  • Hooked reapplyFilters() to the pageshow event to restore filtered classes when navigating with back/forward.

Tested on Chrome (144.0.7534.0 (Official Build) dev (64-bit))

Currently, using browser back/forward buttons resets filtered issue lists,
even though checkbox states persist. This is confusing and makes it hard to
see the filtered results consistently.

Changes:
- Added a `reapplyFilters()` function that reapplies ID, severity,
  classification, and tool filters based on the current checkbox states.
- Hooked `reapplyFilters()` to the `pageshow` event to restore filtered
  classes when navigating with back/forward.
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant