Opened 15 years ago

Last modified 14 years ago

#4543 closed Bug

Unable to move cursor between hr and table — at Version 1

Reported by: Garry Yao Owned by:
Priority: Normal Milestone: CKEditor 3.1
Component: General Version: SVN (CKEditor) - OLD
Keywords: Confirmed Review+ Cc:

Description (last modified by Garry Yao)

  1. Load an editor with the following content and selection:
    <table border="1" cellpadding="1" cellspacing="1" style="width: 200px;">
    	<tbody>
    		<tr>
    			<td>
    				text^</td>
    		</tr>
    	</tbody>
    </table>
    <hr />
    
  2. Try to move cursor after table by press 'Right Arrow' key;
  • Actual Result: It's impossible to move cursor exactly after the table and before the HR. (For IE, even worse, lots of dummp paragraph generated at the end of this document)

Change History (2)

comment:1 Changed 15 years ago by Garry Yao

Description: modified (diff)
Keywords: IE removed
Summary: [IE] Unable to move cursor between hr and tableUnable to move cursor between hr and table

Changed 14 years ago by Garry Yao

Attachment: 4543.patch added
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