wordpress-mobile / wordpress-mobile/AztecEditor-iOS
RTL Issues
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 669
- Forks
- 153
- Avg merge
- 11h 27m
- Merged PRs (30d)
- 4
Description
Description:
The RTL alignment is lost when converting to HTML and back to visual.
We need to evaluate if RTL alignment is normally stored in CSS properties in nodes.
Here's the post before switching to HTML mode:
And here's the same post after switching back to visual:
How to reproduce
Steps to reproduce:
- Edit a post in arabit (image 1).
- Switch to HTML mode.
- Switch back to visual.
The problem is that the RTL alignment is lost in the conversion.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue by editing an RTL post, switching from visual to HTML mode, and switching back. Trace the HTML-to-visual conversion path and inspect how RTL alignment or related CSS properties are represented; done means the alignment is preserved after the round trip.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- frontend, mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100