[wp-trac] [WordPress Trac] #23801: Audio Shortcode: MP3s Display above plain text.
WordPress Trac
noreply at wordpress.org
Sun Mar 17 03:40:40 UTC 2013
#23801: Audio Shortcode: MP3s Display above plain text.
-----------------------------+--------------------------
Reporter: mfields | Type: defect (bug)
Status: new | Priority: normal
Milestone: Awaiting Review | Component: Shortcodes
Version: | Severity: normal
Keywords: |
-----------------------------+--------------------------
MP3's render above text and inline elements that have been entered
immediately before.
To reproduce, insert the following content using the HTML editor:
{{{
Just some text up here ...
[audio mp3="http://wp-content/uploads/2013/03/mp3-hello.mp3"][/audio]
}}}
Something similar to the following should be rendered on the front-end:
{{{
<div style="width: 400px; height: 30px;" id="mep_1" class="mejs-container
svg wp-audio-shortcode mejs-audio">...</div>
<p>Just some text up here ...<br>
</p>
}}}
I've tested similar content using both OGG and WAV file types. These files
are not effected by the bug. Only MP3s seem to render above paragraphs.
This only seems to occur with the shortcode, I've tested a url on it's own
line and it displays correctly:
{{{
Just some text up here ...
http://wp-content/uploads/2013/03/mp3-hello.mp3
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23801>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list