Opened 12 years ago

Last modified 12 years ago

#9000 confirmed Bug

[IE] incorrect enter key behavior into pre block

Reported by: Karen Ananiev Owned by:
Priority: Normal Milestone:
Component: UI : Enter Key Version: 3.0
Keywords: IE Cc:

Description

  1. Insert the following html:
<p>
	123456</p>
<pre>
123456
123456


</pre>
<p>
	123456</p>

Switch to WYSIWYG mode and move cursor after the "2" char in the first line of the pre block. Hit Shift+Enter. The new line will appear after the "5" char.

  1. Html:
<pre>
123456
123456
123456
123456</pre>
<p>
	123456</p>

Switch to WYSIWYG mode and put cursor to the end of the second line of the pre block. Hit Shift+Enter. Cursor will appear at the start of the 4th line instead of the 3rd line. Toggle to source mode: note that line break disappeared.

Change History (1)

comment:1 Changed 12 years ago by Jakub Ś

Keywords: IE added
Status: newconfirmed
Version: 3.0

Scenario 1 has been reproducible in all IEs from CKEditor 3.0.

Scenario 2 - Well I have managed to reproduce it only in IE9 (from CKE 3.0) and only that part with disappearing break. I didn't get cursor appearing on 4th line.

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