kpreid / shinysdr

Software-defined radio receiver application built on GNU Radio with a web-based UI and plugins. In development, usable but incomplete. Compatible with RTL-SDR.
https://shinysdr.switchb.org/
GNU General Public License v3.0
1.07k stars 115 forks source link

Microsoft Edge doesn't allow closing the options overlay of waterfall panel #139

Closed ofadam closed 4 years ago

ofadam commented 4 years ago

On Microsoft Edge, it doesn't look like there's a way to dismiss the "options" overlay on the waterfall panel.

kpreid commented 4 years ago

I checked MDN and it reports that Microsoft Edge does not support the <details> element. <details> is used heavily in ShinySDR's UI, including for the spectrum options, so that would explain why it does not work; many other sections will not be correctly collapsible either.

I doubt I will spend time on reimplementing a standard feature to make it work, but thanks for the report to document the browser issue!