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

Tool filter fix for FF (+ some minor) #955

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

pmodin
Copy link

@pmodin pmodin commented Sep 18, 2024

The filter functionality on the tools page assumes an initial state, but Firefox keeps the state between reloads. Remedy this by checking state on load.

This started out as just a small typo fix for 5468727 but snowballed.

  • Fix spelling in tools tooltip
  • Bugfix: tool selection to work on cached inputs
  • remove some stale code that lint complained about

At least on Firefox (ran on 115.15.0esr (64-bit)), the browser persists
form data on site reload. This confused the script that assumed an
initial state on render. Remedy this by checking input state on load.

While at it, rename variables to reflect input text (include/exclude
archived).
@lauft lauft requested a review from mattsmida September 21, 2024 20:15
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