Opened 12 years ago

Closed 12 years ago

#9058 closed Bug (duplicate)

Safari: Numbers/Bullets in list are on left while content aligned to right

Reported by: Satya Minnekanti Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: IBM Cc: Damian, Teresa Monahan

Description

To reproduce the defect:

  1. Open Ajax Sample, Click on "Align Right" icon.
  1. 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 (1)

bullets on left where as text on right in safari.jpg (36.0 KB) - added by Satya Minnekanti 12 years ago.

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by Satya Minnekanti

comment:1 Changed 12 years ago by Teresa Monahan

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>

comment:2 Changed 12 years ago by Teresa Monahan

Actually this looks like a duplicate of #6611

comment:3 Changed 12 years ago by Jakub Ś

Resolution: duplicate
Status: newclosed

@tmonahan is right. This is a DUP of #6611.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy