danfickle / danfickle/openhtmltopdf

RTL direction doesn't apply to bullet points

Open
#740 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Java
Stars
2.2k
Forks
423
PR merge metrics
No merged PRs in 30d

Description

```


  • bullet list item 1

  • bullet list item 2

    • nested bullet list item 1

      1. double nested numbered list item 1

      2. double nested numbered list item 2



    • nested buttlet list item 2



```

Applying dir="rtl" does not produce a rtl approach when handling bulleted items as well as in tables.
Result:
![bullets](https://user-images.githubusercontent.com/37973467/128083543-9bac771a-e485-43e2-aff0-ec4eb4d3ad8b.PNG)

Expected result would be something like this:
![expected_bullets](https://user-images.githubusercontent.com/37973467/128083826-224d285d-75c1-4a28-b8c7-502e6bdea8b6.PNG)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by rendering the supplied HTML reproduction with dir="rtl" and compare the bullet, nested-list, numbered-list, and table layout with the expected screenshots. Trace the HTML-to-PDF layout path for list markers and direction handling; done means bullets and table content follow RTL direction consistently.

Written by the indexing model from the issue text.

Assessment

Tech stack
css, html, java
Domain
backend, internationalization
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.