amshove / GC_little_helper

GC little helper
GNU General Public License v2.0
35 stars 22 forks source link

Can't save settings in Chrome #84

Closed MuddyPuddles closed 10 years ago

MuddyPuddles commented 10 years ago

Version 10.9 has fixed the blank map issue (thanks for that) but now I can't change and save any settings. I've tried both by using the greasemonkey script in Tampermonkey and by installing direct to Chrome but the save button is inactive in both so I can't adjust any options.

Save, Save & Upload and Close buttons at the bottom are all inactive.

lukeIam commented 10 years ago

Can't reproduce that... With Chrome Version 35.0.1916.114 and the GClh extension saving is working as expected for me.

Do you get any error messages in the console?

MuddyPuddles commented 10 years ago

No error messages. I click to configure and the settings menu opens but I can't click save, save & exit or Close. I can add or remove the ticks in the boxes but can't save as the button appears inactive.

lukeIam commented 10 years ago

confirmed with the extension from the chrome store...

EDIT: Seems to be an issue with jscolor using @LOK-Soft: Line 5868 (new jscolor.init();) Uncaught TypeError: undefined is not a function gc_little_helper.js:5868 gclh_showConfig

lukeIam commented 10 years ago

To be honest, I did not really understand how the FF-jscolor code finds all the color inputs... But the new chrome solution should also do the trick.

LOK-Soft commented 10 years ago

jscolor searches for class "color" in the standard mode ( new jscolor.init(); ) but the current fix should work good