passwordmaker / chrome-passwordmaker

A browser extension based on passwordmaker.org. Create unique passwords for every webpage using a cryptographic hash algorithm.
https://passwordmaker.org
GNU Lesser General Public License v3.0
92 stars 52 forks source link

Not copying to clipboard? #194

Closed polm closed 9 months ago

polm commented 10 months ago

I recently noticed that the "copy" button doesn't seem to do anything. It's like the extension doesn't have permission to access the clipboard, though I don't get a warning or anything. Is this expected, or is there something I can do to debug it further?

The "fill" button works as usual.

heavensrevenge commented 10 months ago

Odd... permissions shouldn't required these days @polm. I made a few commits to try and fix this.

Could you:

  1. Download https://github.com/passwordmaker/chrome-passwordmaker/archive/refs/heads/master.zip
  2. Extract it to your drive
  3. Enable the "Developer Mode" in the Extension Manager at chrome://extensions/
  4. Click "Load Unpacked"
  5. Select the previously extracted folder to install my latest version

Give it a try to see if the bug still persists and report your findings back here?

heavensrevenge commented 10 months ago

Any update @polm ?

polm commented 10 months ago

Sorry for the delay. I tried the version from master and the copy function works there and it does not work in the version I currently have installed. My current version is 0.9.4 ID fckpmekmkjglpmdcbfkchimdelcjiipd. I am using Linux, Chrome version 119.0.6045.105.

Also, in the currently installed version and the version from master, pushing Enter to fill password fields doesn't work, nothing happens. The fill button itself still works if clicked.

polm commented 9 months ago

Anything else I can do to help debug this?

heavensrevenge commented 9 months ago

I actually fixed this weeks ago, @GitTom hasn't had the time to update the official version yet. So @GitTom would you either be able to migrate your (.org) extension to the PasswordMaker group on the Chrome Web Store so I can update it using the 3Dot menu at the top of your extension entry as I have done or update it for your users? Ideally you migrate it to the publisher group that @miquelfire made so I can handle it atm.

GitTom commented 9 months ago

The group invitation has expired - sorry about that. Can you @miquelfire please invite me again.

miquelfire commented 9 months ago

Resent the invite

GitTom commented 9 months ago

Got it. I followed up in the other thread. https://github.com/passwordmaker/chrome-passwordmaker/discussions/196#discussioncomment-7781911

heavensrevenge commented 9 months ago

Should be updated now @polm.

polm commented 9 months ago

Thanks! I confirmed it's working again.