Opened 15 years ago

Closed 14 years ago

#4543 closed Bug (fixed)

Unable to move cursor between hr and table

Reported by: Garry Yao Owned by: Garry Yao
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)

Attachments (2)

4543.patch (2.3 KB) - added by Garry Yao 14 years ago.
4543_2.patch (3.2 KB) - added by Garry Yao 14 years ago.

Download all attachments as: .zip

Change History (9)

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

comment:2 Changed 14 years ago by Garry Yao

Keywords: Confirmed Review? added
Owner: set to Garry Yao
Status: newassigned

This patch rely on a rent fix on trunk, you need to make sure working copy is updated to [4475].

comment:3 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Review- added; Review? removed
Milestone: CKEditor 3.1CKEditor 3.2

I don't feel any difference after the patch. We need to discuss more over this issue.

Changed 14 years ago by Garry Yao

Attachment: 4543_2.patch added

comment:4 Changed 14 years ago by Garry Yao

Keywords: Review? added; Review- removed

The bug reveals an significant defect in our auto fixing logic, due to this significance, re-targeting it to this release.

comment:5 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.2CKEditor 3.1

comment:6 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:7 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [4666].

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