Opened 18 years ago
Closed 18 years ago
#5828 closed defect (bug) (fixed)
floated left gallery images break blog layout
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.5 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | gallery has-patch |
| Focuses: | Cc: |
Description
Steps to reproduce:
- Use a theme, which doesn't clear the floats after the post content (there are many of them)
- Upload one photo
- Insert
[gallery]in your post - Save/Publish
Current: the next section, after the photo is pulled on the left of the photo, on the same line
Expected: the next section is below the photo
Here is a patch, which adds <br style="clear: both;" /> in the end of the gallery div.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
excellent, thanks Nikolay