Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#11251 closed Bug (wontfix)

Cannot cut a list properly if it's selected by mouse.

Reported by: Zoltan Koszegi Owned by:
Priority: Normal Milestone:
Component: General Version: 4.3
Keywords: oracle Cc:

Description

Description: If I have a list (numbered or bulleted) I can select the whole list by mouse from the top-left to the bottom-right. In this case if I cut it the first list symbol (number or bullet) remains at the beginning of the selection.

I can recreate it with the demo page with IE9 and IE10 too.

I can cut the entire list properly if I select it from the element path.

Change History (2)

comment:1 Changed 10 years ago by Jakub Ś

Resolution: wontfix
Status: newclosed

Please try using below code on page without CKEditor. You will see that IE leaves in fact two bullets when list is cut. Editor is doing a little bit better here because it leaves only one bullet.
I have spoken with my colleagues but this is a “won't fix” issue for us. We are able to handle deleting the list but cutting it out is very tricky and rather not doable thus I have to close this ticket.

<h2>Select list from top-left to bottom-right and cut it with Ctrl+X. IE8-11 leave two bullets</h2>

<div style="margin: 20px; border:1px solid black; width:500px;" contenteditable="true">
<ul>
	<li>
		start</li>
	<li>
		middle</li>
	<li>
		end</li>
</ul>
</div>

comment:2 Changed 10 years ago by Zoltan Koszegi

Thanks for the answer.

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