tagpro-game / tagpro-issues

Public repository to report and review TagPro bugs, enhancements and suggestions.
15 stars 4 forks source link

Can't save settings on Chrome v79.0.3945.130 (64-bit) #303

Open kjossul opened 4 years ago

kjossul commented 4 years ago

There seems to be an error with the 'tagproConfig' object. Issue persists with all userscripts disabled, plus I cannot recreate this in other browsers (it looks to be chrome specific).

Below the stacktrace from the console that appears when I click the "save settings" button:

global-profile.js:1 Uncaught TypeError: Cannot read property 'cookieHost' of null
    at HTMLInputElement.<anonymous> (global-profile.js:1)
    at Function.each (global-profile.js:1)
    at init.each (global-profile.js:1)
    at HTMLButtonElement.<anonymous> (global-profile.js:1)
    at HTMLButtonElement.dispatch (global-profile.js:1)
    at HTMLButtonElement.m.handle (global-profile.js:1)
Nick-Riggs commented 4 years ago

I am unable to reproduce on Chromium 79.0.3945.130. cookieHost is set on page load, before any JS executes, so I suspect something is being messed with via an addon. If you view the source, you'll see that it is being set at the top of the page:

tagproConfig.cookieHost = '.koalabeast.com';