webcompat / web-bugs

A place to report bugs on websites.
https://webcompat.com
Mozilla Public License 2.0
748 stars 68 forks source link

r9y9.github.io - Missing “Download” button from audio controls #17153

Closed softvision-oana-arbuzov closed 6 years ago

softvision-oana-arbuzov commented 6 years ago

URL: https://r9y9.github.io/wavenet_vocoder/

Browser / Version: Firefox Nightly 62.0a1 (2018-06-04) Operating System: Linux Ubuntu 16.04 Tested Another Browser: Yes

Problem type: Site is not usable Description: Missing “Download” button from audio controls Steps to Reproduce:

  1. Navigate https://r9y9.github.io/wavenet_vocoder/
  2. Scroll down to the audio files.
  3. Observe audio controls.

Expected Behavior: “Download” button is available.

Actual Behavior: “Download” button is not available.

Note:

  1. Reproducible on Firefox Release 60.0.1.
  2. Not reproducible on Chrome 66.0.3359.170.
  3. Screenshot attached.
  4. Affected area:
    <audio controls="controls">
    <source src="/wavenet_vocoder/audio/mixture_lj/0_checkpoint_step000410000_ema_predicted.wav" autoplay="">
    Your browser does not support the audio element.
    </audio>

Watchers: @softvision-sergiulogigan @softvision-oana-arbuzov

sv; country: us Screenshot Description

From webcompat.com with ❤️

karlcow commented 6 years ago

See https://codepen.io/webcompat/pen/eKzzzE for the default audio controllers.

Screenshot Description

And this is the rendering I get on the websites itself in Nightly and Canary

Screenshot Description

On Chrome the download button is available by clicking on the 3 vertical dots: ⠇

Screenshot Description

and on Firefox with a right click.

Screenshot Description

@softvision-oana-arbuzov I don't get any download button in both browsers.

softvision-oana-arbuzov commented 6 years ago

I have "Download" button only on Windows on Chrome. On Linux I have the same layout as @karlcow ("More>Download" - Chrome and "Right Click>Save Audio As..." on Firefox).

Considering the above closing the issue as Invalid.