tryton-vanmeer / ProtonDB-for-Steam

Shows ratings from protondb.com on Steam
GNU General Public License v3.0
168 stars 3 forks source link

Fixes a bug where ratings were mismatched with their rows #29

Closed chuck-flowers closed 3 years ago

chuck-flowers commented 3 years ago

Changes:

Tested on:

Browser Tested Version Working
Firefox Yes 85 Yes
Chrome No ? ?

Additional Notes

I noticed an intermittent issue where the incorrect ratings were being assigned to rows in the wish list. I believe this was caused by the outer scope of the for loop mutating the row variable which was visible to the inner scope of the ProtonDB callback. The issue was intermittent but after testing several times I was unable to reproduce the issue with this change.

If you have more experience with JavaScript perhaps you could comment and let me know if my hypothesis is correct. Sorry for having to push a bug fix so quickly after the new version of the extension was published.

soredake commented 3 years ago

@tryton-vanmeer