Opened 14 years ago

Closed 13 years ago

#5824 closed Bug (fixed)

Up/down arrows stop working in editing area

Reported by: Damian Owned by:
Priority: Normal Milestone:
Component: General Version: 3.3
Keywords: IBM Cc: Joe Kavanagh Satya

Description

Many different scenarios can cause this, but I've only found one reproducible way:

  1. Open CKE 3.3
  2. Clear content and add two one line paragraphs
  3. Place cursor at the end of first line
  4. Add table with right alignment
  5. Place cursor at the end of the 2nd line

Results in the up/down arrow not working to navigate the cursor.

Works OK in 3.2.2

Reproduced FF 3.5.9

Change History (2)

comment:1 Changed 14 years ago by Garry Yao

Keywords: Pending added
Milestone: CKEditor 3.4

Is it possible to provide the content and selection? WFM with the following:

<p>
	line1</p>
<table align="right" style="width: 200px;">
	<tbody>
		<tr>
			<td>
				&nbsp;</td>
			<td>
				&nbsp;</td>
		</tr>
	</tbody>
</table>
<p>
	line2^</p>

comment:2 Changed 13 years ago by Damian

Resolution: fixed
Status: pendingclosed

I can no longer reproduce this on the trunk (3.4.x).

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