Rob--W / browser-action-jplib

Jetpack module to add a Browser action badge to the toolbar, using the chrome.browserAction syntax from Chromium
21 stars 9 forks source link

After a while, the button does not work. #3

Closed Thompsen13 closed 10 years ago

Thompsen13 commented 10 years ago

After opening a second firefox window a few times (!), the button no longer works in the first window: https://builder.addons.mozilla.org/package/204925/latest/

Rob--W commented 10 years ago

Verified with Firefox 24.

Steps to reproduce:

  1. Create a minimal add-on (like the one in the README)
  2. Start Firefox (cfx run).
  3. Open a new window.
  4. Close the new window.
  5. Click on the button (the popup will show)
  6. Close the popup (e.g. by clicking elsewhere).
  7. Click on the button again (the popup will not show up, which is clearly a bug)
Rob--W commented 10 years ago

Fixed the bug, thanks for reporting!