Giter Site home page Giter Site logo

Comments (8)

RichardDavies avatar RichardDavies commented on May 22, 2024 1

Perfect. Now I can switch to a group with 0 tabs. Thanks for the quick fix!

from simple-tab-groups.

Drive4ik avatar Drive4ik commented on May 22, 2024

This is due to the fact that closing the last tab closes firefox.

from simple-tab-groups.

RichardDavies avatar RichardDavies commented on May 22, 2024

...Not if you have any pinned tabs. Sorry I forgot to mention that I have several pinned tabs (which aren't considered part of any tab group) so when I close all of the tabs in the current group, the Firefox window doesn't close because the pinned tabs are still open.

from simple-tab-groups.

RichardDavies avatar RichardDavies commented on May 22, 2024

Also, off topic, but I don't know how else to report it. The Simple Tab Groups extension seems to have mysteriously disappeared from addons.mozilla.org after I installed it just a few hours ago. https://addons.mozilla.org/en-US/firefox/addon/simple-tab-groups/ results in a Page Not Found error.

from simple-tab-groups.

Drive4ik avatar Drive4ik commented on May 22, 2024

...Not if you have any pinned tabs.

I'll think about how this can be implemented in the plugin.

The Simple Tab Groups extension seems to have mysteriously disappeared from addons.mozilla.org after I installed it just a few hours ago.

This was due to the fact that I used the javascript Vue library (https://vuejs.org/) to speed development. And it in turn uses eval(). According to Mozilla Corporation rules, you can not use eval() in plug-ins.

Extensions developed with WebExtension APIs have a Content Security Policy (CSP) applied to them by default. This restricts the sources from which they can load <script> and <object> resources, and disallows potentially unsafe practices such as the use of eval().

https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Content_Security_Policy

At the moment I'm doing the rewriting of the plugin without using third-party libraries (except jQuery). And the plug-in will be available soon

from simple-tab-groups.

Drive4ik avatar Drive4ik commented on May 22, 2024

Addon is updated.
Please, update it

from simple-tab-groups.

Drive4ik avatar Drive4ik commented on May 22, 2024

Please, update your review on https://addons.mozilla.org/ru/firefox/addon/simple-tab-groups/reviews/

from simple-tab-groups.

RichardDavies avatar RichardDavies commented on May 22, 2024

it doesn't look like my review mentioned this bug.

from simple-tab-groups.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.