Opened 14 years ago
Closed 14 years ago
#6693 closed Bug (duplicate)
BIDI: When item of a is set to RTL, bullet is not visible
Reported by: | Krzysztof Studnik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Lists | Version: | 3.4 |
Keywords: | IE | Cc: |
Description
Different Behaviour of #6692 under IE8
Under IE8, In source mode, paste:
<ol> <li> line 1</li> <li> line 2</li> <li> line 3</li> </ol>
back in WYSIWYG, select one item and press RTL
Expected result
selected list item is moved to right, bullet is set to the right edge of edit area.
Actual result: Code looks OK
<ol> <li> line 1</li> <li dir="rtl"> line 2</li> <li> line 3</li> </ol>
But in WYSIWYG, the the RTL item has no bullet (attached screen)
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | krst_20101118-03.png added |
---|
comment:1 Changed 14 years ago by
Component: | General → Core : Lists |
---|
comment:2 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
DUP of #6249.