Opened 10 years ago

Last modified 10 years ago

#11829 confirmed Bug

List element disappear after making indentation

Reported by: Artur Delura Owned by:
Priority: Normal Milestone:
Component: General Version: 4.2
Keywords: Cc:

Description

Browsers: all

  1. Load editor with following content:

<ol>

<li><h1>One</h1></li> <li>Two</li>

</ol>

  1. Put caret right after "One" word
  2. Click "Increase indent" button located in toolbar

Actual result: list item with word "Two" disappear

Change History (1)

comment:1 Changed 10 years ago by Jakub Ś

Status: newconfirmed

#11155 was marked as duplicate.

TC from that ticket:

Open browser (tested with Chrome and IE11). Open "Replace Textarea Elements by Class Name" sample (samples/replacebyclass.html). Set this content in editor:

    <ol>
    	<li>aa
    	<blockquote>
    	<ol>
    		<li>bb</li>
    		<li>cc</li>
    	</ol>
    	</blockquote>
    	</li>
    	<li>dd</li>
    </ol>

Switch to WYSIWYG mode and select [bb cc]. Press "Outdent" button. Press "Indent" button.

"dd" disappears.

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