multipletab
multipletab copied to clipboard
Failed to get permissions to create bookmarks.
Short description
When I select "Bookmark Tab" I get the following error message "Failed to get permissions to create bookmarks. Please click here to grant the permission." But nothing happens when you click on the dialogue.
Steps to reproduce
- Start Firefox with clean profile.
- Install MTH.
- Open any url. I used the addon website.
- Open MTH and right click on a tab.
- Select "Bookmark Tab"
Tested on Firefox 80.0.1 (my old profile) and 81 (fresh new profile).
Expected result
A bookmark for the tab should be created.
Actual result
You get a message with the text "Failed to get permissions to create bookmarks. Please click here to grant the permission."
Environment
- Platform (OS): Windows 7 Professional
- Version of Firefox: 81
- Version (or revision) of Multiple Tab Handler: 3.1.8
Just as a note: When you go to the add-on settings and grant there the permisson for bookmarks everything works fine. Therefore this issue is only for the non functional dialogue which appears when the permission is not yet set.
Thanks! I completely forgot to define the default timeout, thus "onClicked" handler is unexpectedly unregistered immediately. This is the reason why the notification popup does nothing when clicked. The commit 5cc5277 should solve the problem: now clicked notification opens MTH's options page for the checkbox to request the "Bookmarks" permission.