#27385 closed defect (bug) (fixed)
Audio Player Doesn't Flow With Float Images
Reported by: | miqrogroove | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 3.6 |
Component: | Media | Keywords: | |
Focuses: | Cc: |
Description
To reproduce this:
- Start a new post.
- Insert an image, align left or align right.
- Insert an audio player.
- Preview
Expected behavior: Audio player should flow with or clear floated elements.
Actual behavior: Audio player overlaps the image :(
Workaround: Position the audio player before the image, or manually clear floated elements before the player.
Tested 3.8 and trunk.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Confirmed.
If we just want to clear it, even just adding
clear:both
to the outer mediaelement container css would probably suffice.