passbolt / passbolt_browser_extension

Browser extensions (Firefox, Edge & Chrome) for Passbolt the open source password manager for teams
https://passbolt.com
GNU Affero General Public License v3.0
233 stars 72 forks source link

Firefox ESR: copying passwords does not work from the quickaccess #75

Closed imrejonk closed 5 years ago

imrejonk commented 5 years ago

Firefox 60: copying passwords does not work

What you did

I store account credentials for website X in Passbolt. I navigate to website X's login page, click the Passbolt icon in Firefox' overflow menu, click the account entry and click on the obfuscated password.

What happened

A little loading icon next to the obfuscated password starts spinning. I wait 10 seconds, give up and hope that Passbolt has copied the password for me and that the loading icon is just a UI bug. Unfortunately this doesn't work, Passbolt has not copied the password for me.

What you expected to happen

The Passbolt browser extension should copy the password and the loading icon should quickly be replaced by a checkmark or something to indicate that copying the password has succeeded.

cedricalfonsi commented 5 years ago

Hello @imrejonk,

Thank you for your report.

This is a known bug, the quickaccess copy to clipboard feature doesn't work with Firefox < 63 and so Firefox ESR. A new version of the ESR should be proposed to download on 9th July as per their calendar. However the update from the previous ESR will only be proposed on 23th October.

From a major version to the other (example: the 52 to 60 migration), the updates will be proposed only after the X.2.0 version is released

release-overview-high-res d3c9788f2dd1 source: https://www.mozilla.org/en-US/firefox/organizations/

Note that the copy to clipboard works well through the web UI of passbolt. Bear with us, we are working hard to make the application better day after day.

cedricalfonsi commented 5 years ago

It is now supported by the new Firefox ESR 68

imrejonk commented 5 years ago

Hi @cedricalfonsi, thanks for the heads up! It's working perfectly in Firefox ESR 68 :+1:

Let's see how long it takes until ESR 68 is in the Debian stable repositories. Looks like Mozilla is still supporting the old ESR for at least another 12 weeks.

For those who want to use ESR 68 right now in Debian stable, take a look at the Debian Wiki page. I performed these steps:

  1. Download Firefox ESR 68
  2. Extract the archive to ~/.local/lib
  3. Symlink ~/.local/lib/firefox/firefox to ~/.local/bin/firefox-esr
  4. Add ~/.local/bin to your PATH by adding this entry to your ~/.profile: PATH=~/.local/bin:$PATH
  5. Copy /usr/share/applications/firefox-esr.desktop to ~/.local/share/applications/firefox-esr.desktop and edit the Exec and Icon values. Use full paths!
  6. Check your work with desktop-file-validate ~/.local/share/applications/firefox-esr.desktop. It should exit without error.

The Firefox ESR menu item and the firefox-esr commands should now open ESR 68.