Opened 14 years ago

Closed 13 years ago

#6455 closed Bug (fixed)

Cursor goes to a previous line when in entermode BR

Reported by: Tobiasz Cudnik Owned by:
Priority: Normal Milestone:
Component: UI : Enter Key Version:
Keywords: IE7 Cc: kenny.demetter@…

Description (last modified by Tobiasz Cudnik)

Cursor goes to a previous line when in entermode BR, using following contents:

<table>
	<tbody>
		<tr>
			<td>
				baz</td>
			<td>		</tr>
	</tbody>
</table>
<br />
FOO^<br />
<br />
<table>
	<tbody>
		<tr>
			<td>
				bar</td>
			<td>		</tr>
	</tbody>
</table>
  1. Place cursor after FOO
  2. Press enter

Result: New line is created before FOO.

Expected: New line is created after FOO.

Reproduced in IE7.

Change History (9)

comment:1 Changed 14 years ago by Tobiasz Cudnik

Status: newconfirmed

comment:2 Changed 14 years ago by Tobiasz Cudnik

Cc: kenny.demetter@… added

comment:3 Changed 14 years ago by Tobiasz Cudnik

Description: modified (diff)

comment:4 Changed 14 years ago by Paweł Horzela

Owner: set to Paweł Horzela
Status: confirmedassigned

comment:5 Changed 14 years ago by Garry Yao

Component: GeneralUI : Enter Key
Milestone: CKEditor 3.5CKEditor 3.5.1

comment:6 Changed 13 years ago by Paweł Horzela

Owner: Paweł Horzela deleted
Status: assignednew

comment:7 Changed 13 years ago by Wiktor Walc

Milestone: CKEditor 3.5.1

comment:8 Changed 13 years ago by Garry Yao

The bug affects only IE7 with the above particular structure, where browser selection is incorrectly reported (with -1 offset to the actual selection), considering it quite an edge case and a browser problem that was unable to fix, propose to defer it.

comment:9 Changed 13 years ago by Jakub Ś

Keywords: IE7 added
Resolution: fixed
Status: newclosed

It seems that it was fixed in CKEditor 3.5.1.

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