valpackett / soundfixer

A WebExtension that lets you fix sound problems in e.g. YouTube videos
https://addons.mozilla.org/firefox/addon/soundfixer/
The Unlicense
222 stars 35 forks source link

UI elements in extension pop-ups missing! #25

Closed nondotxyz closed 2 years ago

nondotxyz commented 3 years ago

I am using Firefox (88.0.1) and recently installed the extension from the official page because of my volume problem but the UI is missing within the extension, I really thought this was intentional but it apparently wasn't.

image

The core function of the extension still works but the UI Design is not visible to me. Please fix this or we can elaborate more further if the information provided is not enough.

Thank you!

valpackett commented 3 years ago

Looks like the text is just very very tiny. Go to about:preferences and check your default font size.

nondotxyz commented 3 years ago

My default font size is at 16 which iirc is the default font size, changing it to a different font size doesn't fix it either.

image

valpackett commented 3 years ago

Weird.

Try opening the web inspector on the popup: https://extensionworkshop.com/documentation/develop/debugging/#debugging-popups There, find the first text element and look at the Computed tab to see how the font size is calculated:

Screen_2021-06-01-15:13:14

Do you use a custom userChrome.css, or have any other unusual modifications?

nondotxyz commented 3 years ago

image

The HTML document is blank with only one h1 tag and some errors that go along with them. I assume that the extension failed to open the page.

EDIT : I am a dumbass, sorry. the page did load but i can't really inspect the element since the page dissappears right after I clicked on one of the element on devtools.

valpackett commented 3 years ago

In the "Debugging popups" documentation you can see this:

disable popup autohide

nondotxyz commented 3 years ago

image

The font size is strangely at 1.3px on the computed tab while on the rules tab, it is 1.3rem. Not sure what's the problem here.

valpackett commented 3 years ago

The problem is that the base from which relative units are calculated is for some reason very very tiny. No one else has reported such a problem so far, so looks like something is unusual in your setup. Again, do you have any customized stylesheets in Firefox?

nondotxyz commented 3 years ago

I don't have any customize stylesheets applied nor did I have any themes installed. I'm still using the default white theme from Firefox, nothing else.

nondotxyz commented 2 years ago

I still have no idea what the hell gone wrong but I have switched to linux a couple months ago and it seems to be alright. really hated the idea of an inactive open issue so I'm just gonna close it for my OCD sake xd

Thank you for the amazing extensions!