Opened 4 years ago
Last modified 20 months ago
#40994 reopened defect (bug)
Latest update broke full justification
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.8 |
Component: | Editor | Keywords: | reporter-feedback |
Focuses: | Cc: |
Description
I just applied the latest WordPress update (4.8.x I believe) and full justification of text has been broken. I used to be able to hand edit in the tag, but now it is just ignored.
Change History (3)
#2
@
20 months ago
- Milestone Awaiting Review deleted
- Resolution set to worksforme
- Status changed from new to closed
Closing this ticket, as we're unable to reproduce this issue without more information.
#3
@
20 months ago
- Resolution worksforme deleted
- Status changed from closed to reopened
I never got the request for more information. The paragraph level justification broke. I wrote a post years ago about it.
Both the editor and the site used to respect that.
Been having to hack around it with Additional CSS of
p{ text-align: justify; } p.custom-indent { text-align: justify; text-indent:25px; }
Note: See
TracTickets for help on using
tickets.
Hi @seasoned_geek and welcome to Trac.
Are you able to provide a bit more information about what you're actually seeing?
I've added some text and wrapping it in
<div style="text-align: justify;">
and that seems to be respected when viewing a post. The editor doesn't strip it out either.Can you post the exact steps you use which appear to be ignored?