Opened 15 years ago

Closed 15 years ago

#3252 closed Bug (invalid)

Deletion within nested list item is incorrect

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

Description

Reproducing Procedures

  1. Open the replace by class example page;
  2. Make the following content with the selection;
    <ol>
    	<li>
    		lev^el1
    		<ol>
    			<li>
    				lev^el2<br />
    			</li>
    		</ol>
    	</li>
    </ol>
    
  3. Press 'Ctrl-X' to perform deletion on the seletion range.
    • Actual Result:
      <ol>
      	<li>
      		lev
      		<ol>
      			<li>
      				el2<br />
      				</li>
      		</ol>
      	</li>
      </ol>
      
    • Expected Result:
      <ol>
      	<li>
      		level2<br /></li>
      </ol>
      

Change History (1)

comment:1 Changed 15 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.0
Resolution: invalid
Status: newclosed

This is not controlled by our code, and would hardly be fixable. It doesn't look like a totally undesired behavior, and I can't understand how one could ever have the exemplified expected result.

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