mantou132 / Spotify-Lyrics

🎉 Desktop Spotify Web Player Instant Synchronised Lyrics
https://microsoftedge.microsoft.com/addons/detail/spotify-lyrics/aiehldpoaeaidnljjimhbojpblkbembm
842 stars 52 forks source link

[Firefox] Cannot open settings #126

Open GSTDiandre opened 1 month ago

GSTDiandre commented 1 month ago

Right click doesn't seem to work, although middle click seems to work fine. Using Firefox.

oRevived commented 1 month ago

Same issue. Works fine on Chrome though

mantou132 commented 1 month ago

You can go to the about:addons page for settings. I haven't figured out why there is an error in Firefox

djwesterfield commented 1 month ago

i'm a big noob, but is it because there isn't a js event for right click?

eg:

function rightClick(clickEvent) { 
            clickEvent.preventDefault(); 
GSTDiandre commented 1 month ago

You can go to the about:addons page for settings. I haven't figured out why there is an error in Firefox

Using this for now, but still unsure why a right click doesn't work. Works great otherwise.

mantou132 commented 4 weeks ago

i'm a big noob, but is it because there isn't a js event for right click?

eg:

function rightClick(clickEvent) { 
            clickEvent.preventDefault(); 

No. I use a custom element to render the settings UI, but Firefox doesn't render this element correctly