browserpass / browserpass-legacy

Legacy Browserpass repo, development is now happening at:
https://github.com/browserpass/browserpass-extension
MIT License
998 stars 87 forks source link

Settings are sometimes reset in Firefox Nightly #285

Closed DamienCassou closed 5 years ago

DamienCassou commented 5 years ago

General information


Exact steps to reproduce the problem

This bug is not constantly reproducible.

  1. Start Firefox Nightly
  2. Right-click on the browserpass-ce icon and Manage extension
  3. Enable the Automatically submit forms after filling setting
  4. Restart Firefox

What should happen?

The setting is enabled

What happened instead?

Sometimes, the setting becomes disabled again.

erayd commented 5 years ago

Does this also occur in other versions of Firefox, or only in Nightly?

DamienCassou commented 5 years ago

Erayd notifications@github.com writes:

Does this also occur in other versions of Firefox, or only in Nightly?

I don't know. I have used Nightly only for over a year now. And because it doesn't happen all the times, it's hard for me to test.

-- Damien Cassou http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill

maximbaz commented 5 years ago

We store settings in localStorage, sounds like local storage is not stable in Firefox Nightly and sometimes gets cleared? I don't think it is an issue in stable Firefox, or we would have heard about this sooner.

I'll close because I'm not sure what we can do about stability of localStorage in Firefox Nightly, Nightly is unstable by definition 😄

By the way, in v3 you will be able to configure browserpass via a config file stored in your password store directory, that way you won't need to rely on browser to remember your settings. This part is already implemented, but feature parity with v2 is not achieved yet, so I wouldn't recommend using v3 just yet.

DamienCassou commented 5 years ago

FYI: I still have the problem.