Opened 14 years ago

Closed 14 years ago

#5987 closed Bug (duplicate)

After creating a link at the end of a line, it's difficult to stop typing link text.

Reported by: Jude Allred Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

Reproduced using FireFox. Applies to all browsers tested.

  1. create a link at the end of a line. (for demonstration purposes, just set ckeditor.com/demo's source to
    <p>
    	<a href="foo">i am a link</a></p>
    
  1. Attempt to type non-link text after the link. Clicking past the link, using the arrow keys to move to the end of the line, pressing 'end', etc., all fail to escape the link: new text is still inside the link.

expected: clicking past the link or pressing the right arrow key, among other things, allows the cursor to escape the 'a' and type normal text.

workaround:

  1. press enter after the link, type some text, go to the beginning of the newly created paragraph, then press 'backspace'
  2. copy-paste some non-link text in at the end of the link. create a newline after the link, type some text, then delete the

Change History (1)

comment:1 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Resolution: duplicate
Status: newclosed

dup of #5978

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