Vestride / Shuffle

Categorize, sort, and filter a responsive grid of items

Home Page:https://vestride.github.io/Shuffle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Already clicked sort input is not working on Firefox refresh

pierrevano opened this issue · comments

Shuffle version
v5.4.1

Describe the bug
Clicking on an already clicked sort input after refreshing the Firefox page doesn't work

To Reproduce
Steps to reproduce the behavior:

  1. Go to the ShuffleJS website : https://vestride.github.io/Shuffle/
  2. Click on Title sort input : the sort action works the first time
  3. Refresh the page with CMD+R or F5
  4. Click on the same input
  5. Nothing happens and the input can't be clicked

Expected behavior

  1. The input should trigger the sort action like it does on Chrome

Desktop (please complete the following information):

  • OS: macOS 12.1
  • Browser Firefox
  • Version 96

Looks like this is intentional behavior on Firefox's part. The workaround is to add autocomplete="off" attributes to every checkbox.

Demos are fixed now.