Changes between Initial Version and Version 3 of Ticket #33876
- Timestamp:
- 07/01/2019 02:41:24 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33876
-
Property
Status
changed from
newtoclosed -
Property
Resolution
changed from
tomaybelater -
Property
Summary
changed from
Centering multiple images in one row in Wordpress is badly broken and has been for a whiletoCentering multiple images in one row in WordPress is badly broken and has been for a while -
Property
Version
changed from
4.3to3.9 -
Property
Milestone
changed from
Awaiting ReviewtoFuture Release - Property Keywords needs-patch added
-
Property
Type
changed from
defect (bug)toenhancement
-
Property
Status
changed from
-
Ticket #33876 – Description
initial v3 1 1 I've been meaning to start a ticket like this for a while, and it's finally time to do it. 2 2 3 Using multiple images in a single paragraph/row in Word press is a relatively common occurrence on our blog (androidpolice.com), but doing it in TinyMCE is a big pain.3 Using multiple images in a single paragraph/row in WordPress is a relatively common occurrence on our blog (androidpolice.com), but doing it in TinyMCE is a big pain. 4 4 5 5 Problem 1: Aligncenter image class gets applied to the image itself, not to the containing p tag, thus multiple centered images occupy full rows, one image each. To the writer, it's even more confusing because they can't press backspace from the beginning of the 2nd image to join it with the first - nothing happens. Aligncenter is a really evil class IMO, as it takes over the whole line.