Opened 14 years ago
Closed 14 years ago
#7361 closed Bug (invalid)
BIDI: Indentation is not applied to a RTL list item in a mixed content list
Reported by: | James Cunningham | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.3 |
Keywords: | IBM | Cc: | Damian, Satya Minnekanti, Teresa Monahan |
Description
Steps to reproduce the defect:
- Open the Ajax sample.
- Paste in the following code:
<ul> <li dir="rtl"> 1</li> <li> [2</li> <li> 3]</li> </ul>
- Select the first list item & click on increase indent.
Expected: The first list item (RTL) becomes indented.
Actual: List items 2 & 3 (LTR) become indented.
Change History (2)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.5.3 (SVN - trunk) → 3.3 |
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | confirmed → closed |
Indent the first list item actually indent the whole list, which is in LTR, so it's not a bug.