#36888 closed defect (bug) (fixed)
Audio fallback hidden
Reported by: | iseulde | Owned by: | iseulde |
---|---|---|---|
Milestone: | 4.6 | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | Media | Keywords: | has-patch |
Focuses: | Cc: |
Description
Introduced in [28182].
Add
visibility: hidden
as an inline style to<audio>
tags, there is a race with the stylesheet which can get enqueued in the body and loaded in the footer.
However it also makes the fallback invisible in case it is needed.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
If the script is enqueued at the bottom, the native player will be visible shortly before being replaced by the MediaElement player. Right the space is empty before being replaced.