Opened 13 years ago

Last modified 13 years ago

#7989 confirmed Bug

Lists: Hitting enter with a selection outdents instead of clearing selection

Reported by: Arne Owned by:
Priority: Normal Milestone:
Component: General Version: 3.2.1
Keywords: Cc: satya_minnekanti@…

Description

  1. Go to demo page
  2. Produce following content

  1. Hit enter

Observe : an outdent-action occurs. Expected selection to be cleared and cursor to be position on an empty paragraph below the list.

Attachments (3)

ScreenShot208.jpg (2.2 KB) - added by Arne 13 years ago.
IE.png (1.2 KB) - added by Jakub Ś 13 years ago.
FF.png (1.1 KB) - added by Jakub Ś 13 years ago.

Download all attachments as: .zip

Change History (5)

Changed 13 years ago by Arne

Attachment: ScreenShot208.jpg added

comment:1 Changed 13 years ago by Satya Minnekanti

Cc: satya_minnekanti@… added

Changed 13 years ago by Jakub Ś

Attachment: IE.png added

Changed 13 years ago by Jakub Ś

Attachment: FF.png added

comment:2 Changed 13 years ago by Jakub Ś

Status: newconfirmed
Version: 3.2.1

Code for the list:

<ol>
	<li>
		dddd
		<ol>
			<li>
				dddd
				<ol>
					<li>
						dddd</li>
				</ol>
			</li>
		</ol>
	</li>
	<li>
		dddd</li>
</ol>

This TC is reproducible in all browsers from CKEditor 3.2.1. Before 3.2.1 result were varying depending on a browser.

Note
In IE inCKEditor 3.3 and 3.3.1 hitting enter removed the selection and produced the following result:
.

FF produced one list item more
.

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