#21281 closed defect (bug) (fixed)
RTL indention icons need to be flipped
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | major | Version: | 3.4 |
Component: | TinyMCE | Keywords: | has-patch |
Focuses: | rtl | Cc: |
Description
By clicking the padding button(for indention) the action not works - it warpped the text by "p" element with padding-left insted or padding-right in RTL.
Attachments (2)
Change History (14)
#6
@
10 years ago
- Focuses rtl added
- Keywords needs-patch added
- Milestone changed from Awaiting Review to Future Release
- Version changed from 3.4.1 to 3.4
It looks like the icons just need to be flipped here.
#7
@
10 years ago
- Keywords has-patch added; needs-patch removed
- Milestone changed from Future Release to 4.2
Also a few more questions...
- Do we need to flip the undo/redo icons for rtl?
- Maybe these also need to be flipped in
dashicons.css
. Maybe also worth looking for other icons that might need to be flipped.
#8
@
10 years ago
- Summary changed from RTL wysiwyg "padding"/"indention" action is not works as expected. to RTL indention icons need to be flipped
#9
@
10 years ago
Reference: @azaozz asked about the undo/redo in #polyglots:
https://wordpress.slack.com/archives/polyglots/p1421001395000007
#10
follow-up:
↓ 12
@
10 years ago
21281.2.patch looks good. Thinking it's better to open new ticket if we are going to switch the icons for undo/redo, and perhaps another one for any dashicons that need to be flipped for RTL.
Note: See
TracTickets for help on using
tickets.
Seems to be broken since 2.5 (2.3.3 used nested
<blockquote>
tags for indentation).I've tried to add
directionality : "rtl"
and directionality plugin to TinyMCE fiddle config, and couldn't make indentation work there either.