playbackSpeed icon indicating copy to clipboard operation
playbackSpeed copied to clipboard

Preferences tab present but empty

Open grahamperrin opened this issue 5 years ago • 5 comments

image

$ date ; uname -v
Tue 22 Oct 2019 05:47:35 BST
FreeBSD 13.0-CURRENT #34 r353731: Sat Oct 19 00:08:02 BST 2019     root@momh167-gjp4-8570p:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG 
$ pkg query '%o %v %R' firefox
www/firefox 70.0_1,1 poudriere
$ 

grahamperrin avatar Oct 22 '19 04:10 grahamperrin

Is the problem still present?

WaldiPL avatar Mar 07 '20 19:03 WaldiPL

Hmm, this might be an extensions conflict.

I do still have the problem with my everyday (default) profile. After updating the extension then opening preferences:

2020-03-09 22:19:23

With a less heavily extended profile, not blank:

2020-03-09 22:20:42

grahamperrin avatar Mar 09 '20 22:03 grahamperrin

Is the problem still present?

It is for me in Firefox 74.0. The problem is here:

https://github.com/WaldiPL/playbackSpeed/blob/b62b6ba0bdb7e84c944a79a9e293939979e812a1/src/options.js#L50

This just throws an error in the console:

TypeError: db.popup is undefined

The script does not handle the case where no popup has been defined yet.

But I am unsure how this can still happen. Looking at the code you make sure to always define a popup on installation… However reinstalling does not seem to have helped for me. I may need to dig slightly deeper.

I also wonder if that event gets triggered if an addon is installed through Firefox sync. Maybe that is the problem?

Zegnat avatar Mar 27 '20 13:03 Zegnat

I tried pinning the extension to the overflow menu in Firefox 76.0. No improvement.

grahamperrin avatar May 10 '20 14:05 grahamperrin

I have the same problem, and the extension doesn't work anymore, going from FF 118 to 118.0.1 (Linux amd64).

I checked with another machine, it could be a problem with containers. Containers are quite a PITA....

wazoox avatar Sep 29 '23 16:09 wazoox