Opened 14 years ago

Last modified 12 years ago

#5298 confirmed Bug

Up/Down Arrow Key in IE8 stops on certain paragraphs

Reported by: MasonB Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: IE Cc:

Description

Browser: IE8, OS: WinXP

Occurs in demo page ( 'Little Red Riding Hood' )

When you use the up/down arrow keys to navigate through the Text, the caret will stop at the end of the first <p>-Paragraph.

The next step would be to jump into the table on the right.

Same happens at the end of the positioned table back to the second Paragraph, and also on your way back up.

Change History (2)

comment:1 Changed 13 years ago by Jakub Ś

Keywords: IE added
Status: newconfirmed
Version: 3.0

There are two situations when moving with Arrow up and down is impossible:


First one concerns table aligned right or left and is reproducible in IE8 and IE9 from CKE 3.0

  1. Paste in the following code:
    <p>
    	This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>
    <table align="right" border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
    	<caption>
    		this is table</caption>
    	<tbody>
    		<tr>
    			<td>
    				&nbsp;</td>
    			<td>
    				&nbsp;</td>
    		</tr>
    		<tr>
    			<td>
    				&nbsp;</td>
    			<td>
    				&nbsp;</td>
    		</tr>
    		<tr>
    			<td>
    				&nbsp;</td>
    			<td>
    				&nbsp;</td>
    		</tr>
    	</tbody>
    </table>
    <p>
    	This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>
    
  2. Place the cursor inside the table and try to get out of it using arrow Up or arrow Down

Result: Cursor is either stuck in caption or in last cell. Note that if table is aligned center or no alignment is set this problem does not occur. Of course there is also possibility to exit table using arrow right/left.


This second issue was described in #8446

Second one concerns images and is reproducible in only IE8 from CKE 3.0 1.Paste in the following code:

<p>
	The story has been changed considerably in its history and subject to numerous modern adaptations and readings.</p>
<p>
	<img alt="" height="77" src="http://a.cksource.com/c/1/inc/img/demo-little-red.jpg
" width="102" /></p>
<p>
	The version most widely known today</p>

  1. Place the cursor in one of paragraphs and try to move up or down with arrow key

Result: It is impossible to go down/up.

Please note that in this case align attribute is not needed.

Version 3, edited 12 years ago by Jakub Ś (previous) (next) (diff)

comment:2 Changed 12 years ago by Jakub Ś

#5734 was marked as duplicate.

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