Skip to content

Browser bugs

Juraj Mäsiar edited this page Jun 10, 2026 · 4 revisions

Some issues can't be fixed in the Group Speed Dial, because they originate in the underlying browser engine.

Here you can see some notable issues. You can view them, vote for them, or even fix them (if you are a skilled programmer :)).

Firefox issues

Chromium issues (Chrome / Edge / Brave / Vivaldi)

Workarounds for some problems

Firefox issue - disabling history breaks extension

If you change your Firefox settings to "Never remember history", it will make the internal IndexedDB database "read-only".
Then when you perform almost any action, you will see an error message, saying something like:

InvalidStateError: A mutation operation was attempted on a database that did not allow mutations.

How to fix it:

  1. open Firefox settings / Privacy and security tab:

    about:preferences#privacy
    
  2. scroll down to the History section and enable "Remember history" option:

    image

Clone this wiki locally