TheFantasticWarrior / chrome-extension-imagus

"Mirror" of the "Mirror" of the official Imagus source hosted on Google Drive. currently taking a break on this project
https://addons.mozilla.org/en-US/firefox/addon/imagus-mod/
200 stars 7 forks source link

0.10.14> Importing settings is triggered only once #32

Closed kuzn123 closed 1 year ago

kuzn123 commented 1 year ago

Starting from version 0.10.14 and higher, the import of Settings is triggered only once, immediately after installing the extension. When trying to import again, the Settings page simply "flashes" (the import window does not appear). There are no problems with exporting. Tested on Cent, CatXP, FF DE.

TheFantasticWarrior commented 1 year ago

Everything works fine for me, is there error message?

kuzn123 commented 1 year ago

The console is empty. But when the screen "flashes", you can notice that the import form appears and then closes instantly.

I also noticed that the Settings tab always becomes active at the time of import.

I also noticed: "Import Settings" 0.10.13 - this is a link (works). "Import Settings" 0.10.14 - this is a button (not working).

I have this happening on all browsers - I tested it on 360, Edge, Chrome.

The error was confirmed by another user.

TheFantasticWarrior commented 1 year ago

does it happen on fresh install? And in console can you get the value of $("import").onclick and imprt_file.onchange

kuzn123 commented 1 year ago

does it happen on fresh install?

Yes. With all versions 0.10.14>

And in console can you get the value of $("import").onclick and imprt_file.onchange

Where (how) to see it?

TheFantasticWarrior commented 1 year ago

In console paste and press enter

kuzn123 commented 1 year ago

In console paste and press enter

https://i.imgur.com/adVDa2p.png (Chrome 114)

https://i.imgur.com/m5s3Lf0.png (FF DE 116)

UPD In version 0.10.14.4 importing settings does not work at all.

TheFantasticWarrior commented 1 year ago

should be fixed

kuzn123 commented 1 year ago

Fixed. Thanks!