Ticket #9058 (closed Bug: duplicate)
Safari: Numbers/Bullets in list are on left while content aligned to right
| Reported by: | satya | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | IBM | Cc: | damo, tmonahan |
Description
To reproduce the defect:
- Open Ajax Sample, Click on "Align Right" icon.
- Click Bulleted List icon & create 3 list items.
Issue: Bullets are on left while content aligned to right.
Same issue happens with Numbered list
Attachments
Change History
Changed 12 months ago by satya
- Attachment bullets on left where as text on right in safari.jpg added
comment:1 Changed 12 months ago by tmonahan
This looks like a webkit issue. It also occurs in Chrome and is reproducible outside CKEditor in a simple HTML file:
<html> <body> <ul> <li style="text-align: right; ">one</li> <li style="text-align: right; ">two</li> <li style="text-align: right; ">three</li> </ul> </body> </html>
Note: See
TracTickets for help on using
tickets.
