﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5987	After creating a link at the end of a line, it's difficult to stop typing link text.	Jude Allred		"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>
}}}

2. 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 "	Bug	closed	Normal		General		duplicate		
