Opened 10 months ago
Last modified 4 months ago
#21281 assigned defect (bug)
RTL wysiwyg "padding"/"indention" action is not works as expected.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | TinyMCE | Version: | 3.4.1 |
| Severity: | major | Keywords: | |
| Cc: | spocke |
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.
Change History (5)
comment:1
SergeyBiryukov — 10 months ago
- Component changed from Editor to TinyMCE
comment:5
SergeyBiryukov — 4 months ago
#23360 was marked as a duplicate.
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.