Regression in aurora audio widget?

Ron ron at debian.org
Sun Jul 28 20:44:26 UTC 2013


Hi,

derf asked me to report this, since aurora is 2 weeks out from being
bumped along.  Tested with aurora from mozilla.d.n, so I figured
passing it through here was probably better than going to bugzilla.

In the following minimal snippet, aurora makes the widget vanish
while it is playing, and it only appears after playback finishes.
If not intentional, then it's a regression from 22 and beta, if it
is, then it seems like an undesirable feature, if there is no way
to prevent it from occurring.

  Cheers,
  Ron


    <html><body>

    There should be an audio widget below here:<br>
    <audio id='player' src='foo.ogg' controls></audio>
    <br>There should be an audio widget above here.

    <script>
    document.getElementById('player').play();
    </script>

    </body></html>





More information about the pkg-mozilla-maintainers mailing list