florczakraf / boogie-stats

A pass-through proxy for groovestats.com that records non-ranked song scores.
https://boogiestats.andr.host
Other
14 stars 9 forks source link

Rival selector doesn't work on older browsers #173

Open florczakraf opened 4 months ago

florczakraf commented 4 months ago

image

even though I have plenty of rivals set

image

It also reproduces locally on my machine and staging server but for some reason not on my other dev server. There's also this visible in the browser's dev console:

image

but it's also visible on the server where the selector works:

image

florczakraf commented 4 months ago

It's related to the newer version of django-formset package.

1.3.9:

image

1.3.10:

image

florczakraf commented 4 months ago

The issue has been narrowed down to Firefox ESR 102 so it's probably not a major issue. We can wait for the django-formset maintainer before taking any action on our end (either pinning the version of the lib, updating it or ignoring the issue)