Opened 10 years ago

Last modified 8 years ago

#10941 confirmed Bug

Indentation not applied to ul/ol element when the entire list is indented

Reported by: Axel Nerlich Owned by:
Priority: Normal Milestone:
Component: General Version: 4.2
Keywords: IE Firefox IBM Cc: satya_minnekanti@…

Description

1) Select a list (ul or ol) as whole. 2) Click Indent button

Result: Text inside list items is indented but not the list as a whole. The bullet points are aligned to the left, that means to the edge of the edit area.

Change History (7)

comment:1 Changed 10 years ago by Piotrek Koszuliński

Status: newpending

I cannot reproduce this. I easily can create:

<ul style="margin-left: 80px;">
	<li>sdfsdf</li>
	<li>sdfsdf</li>
	<li>sdfsdf</li>
	<li>sdfdsf</li>
</ul>

To do that - I create a list, select it and press indent button.

Could you provide an HTML, exact steps and any additional info like - browser versions, non-standard configuration options, etc?

comment:2 Changed 10 years ago by Jakub Ś

Status: pendingconfirmed

Problem can be reproduced from CKEditor 4.2

  1. Create list with 3 items
  2. Select it with Ctrl+A or by clicking on UL element on elements path.
  3. Press indent button

Result: Nothing happens.

comment:3 Changed 10 years ago by Piotrek Koszuliński

Kuba - could you check it on major/master? Be sure BTW that you're checking with indentblock plugin, so the full preset. There was a bug on our demo site - there was no indentblock loaded.

comment:4 Changed 10 years ago by Jakub Ś

I have checked it on master, major, latest stable CKE 4.2.1 full and I have even built release containing indentblock plugin. Result is the same.

Please try my steps.

This has been working till CKEditor 4.1.3 and has stopped working in CKE 4.2.

Problem occurs in IE9-10 and Firefox. IE8, Webkit and Blink seem to work fine.

Last edited 10 years ago by Jakub Ś (previous) (diff)

comment:5 Changed 10 years ago by Jakub Ś

Keywords: IE Firefox added

comment:6 Changed 10 years ago by Satya Minnekanti

Cc: satya_minnekanti@… added
Keywords: IBM added

comment:7 Changed 8 years ago by Anna Tomanek

Summary: Indentation not applied to ul/ol elementIndentation not applied to ul/ol element when the entire list is indented
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