afreakk / ChromeAudioVisualizerExtension

Audio Visualizer extension for chrome/chromium
https://chrome.google.com/webstore/detail/audiovisualizer/bojhikphaecldnbdekplmadjkflgbkfh
73 stars 11 forks source link

AudioVisualizer controls issue with Chrome on Windows #3

Open gitguys opened 4 years ago

gitguys commented 4 years ago

I set canvasZindex to -1 so that AudioVisualizer is behind elements on Plex when I play music and that's great.

Screen Shot 2019-11-08 at 11 57 07 AM

On Chrome on Mac I still have access to the AudioVisualizer control panel as shown here:

Screen Shot 2019-11-08 at 12 29 57 PM

However, on Chrome for Windows once I close the AudioVisualizer control panel, it's hidden behind elements until I reload the tab or restart the browser and, even then, the AudioVisualizer controls conflict with elements and are inaccessible.

controlproblem

Only until I change canvasZindex do I have access to controls again.

Is there a way to have the AudioVisualizer control panel on Windows Chrome ignore canvasZindex or have its own canvasZindex as it appears to have in Mac Chrome?

Also the option the move the AudioVisualizer controls to another location would be great as being top-right makes them often cover up important elements.

afreakk commented 4 years ago

Ah sorry, my github notifications was spammed so i didnt notice this issue. But having the control-panel on a different z-index would make sense yeah. And also option to anchor the control-panel different places. Very weird that it behaved different on mac compared to windows though, its just html so it should behave equal, but i will look into it :)