stux2000 / Tab_Utilities_Phoenix

Tab Utilities Phoenix Source Code
Mozilla Public License 2.0
4 stars 0 forks source link

break tab context command "bookmark all tabs" #5

Open LD-531 opened 4 years ago

LD-531 commented 4 years ago

win7 x64 pale moon 28.7.2 (x64) tab utilities phoenix 2.1.0

when tab utilities phoenix is enable: tab contextmenu command "bookmark all tabs" show "new bookmarks" window is break, click "add bookmarks" button do nothing.

stux2000 commented 4 years ago

Hi LD-531. Based on quick testing i was able to replicate this issue. Since it's not a feature I use I had not tested it.

Unfortunately, I don't know when I'll get around to fixing this and the other reported issues. I also don't have a viable workaround available. You could try using the Session Manager add-on if you need to keep track of multiple important tabs as a group.

letmeindude commented 4 years ago

To fix this you need to set extensions.tabutils.bookmarkAllWithHistory to false (default is true). Now "Bookmark All Tabs" works.

Copy this and Paste & Go in your address bar:

about:config?filter=extensions.tabutils.bookmarkAllWithHistory

Double click the result to change it from true to false.

LD-531 commented 4 years ago

solved thanks.

stux2000 commented 4 years ago

Thanks for the solution @letmeindude ! I'll keep this open until I can figure out a more permanent solution (even if it means disabling the feature.)