Opened 8 years ago

Closed 8 years ago

#14448 closed Bug (wontfix)

Bulleted list and Numbered list are not aligned

Reported by: Chidanand Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description (last modified by Jakub Ś)

Steps to reproduce

  1. In Inline CKEditor, Enter text as below
    1. Test1
    2. Test2
    
  2. Put cursor in any above two line and apply any alignment. Check Numbered list is aligned with Text. Refer Fig 1.
  3. Remove all entered Text.
  4. Enter Text in two lines as below:
    Test1
    Test2
    
  5. Click on "Numbered List" option from CKEditor toolbar. Numbered list is applied.
  6. Now apply any alignment and check Numbered list is not aligned along with text. Refer fig 2.

Expected result

Bullet/Numbered list should aligned as we set alignment i.e Left, Right, Center, Justify.

Actual result

Bulleted/Numbered List are not aligned.

Other details (browser, OS, CKEditor version, installed plugins)

Browser : Google Chrome,Mozilla Firefox, Internet Explorer

CKEditor version : 4.5.7

installed plugins : dragresize, imageresize

Attachments (2)

Fig 1.png (19.0 KB) - added by Chidanand 8 years ago.
Fig 2.png (24.3 KB) - added by Chidanand 8 years ago.

Download all attachments as: .zip

Change History (4)

Changed 8 years ago by Chidanand

Attachment: Fig 1.png added

Changed 8 years ago by Chidanand

Attachment: Fig 2.png added

comment:1 Changed 8 years ago by Jakub Ś

Description: modified (diff)

comment:2 Changed 8 years ago by Jakub Ś

Resolution: wontfix
Status: newclosed
Version: 4.5.7

I can only reproduce this problem in Chrome but this is Chrome native problem. If you try below code in browser, you will get same result.

<div style="margin:20px; border:1px solid black; width:500px;" contenteditable="true">
	<ol>
		<li>item 1</li>
		<li style="text-align: right;">item 2</li>
		<li>item 3</li>
	</ol>
</div>
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