Menuitem disappears when video is paused
Gitoffthelawn opened this issue · comments
The browser's built-in playback rate menuitem persists when a video is paused, but the extension's menuitem disappears.
Can you allow the extension's context menuitem to appear, even when the video (or audio) is paused?
The thing I was guarding by requiring the element be playing was to be able to identify the intended element on a page with many media elements. I know check to see whether the intended element is known, or if there is only 1 element on the page and allow changing the playback rate regardless of play status. The playing criterion still applies if there is more than one media element on the page.
Thanks!
Thanks! Looking forward to it!