Opened 14 years ago
Closed 14 years ago
#7043 closed Bug (fixed)
Cursor jumps at the beginning of the editing area after inserting a link
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.1 |
Component: | General | Version: | 3.5.1 |
Keywords: | Firefox | Cc: |
Description (last modified by )
Connected with #7041. Regression caused by [6272]. Confirmed in Firefox @ Win 7.
Steps to reproduce
- Open http://rev.ckeditor.com/ckeditor/trunk/6271/_samples/replacebyclass.html
- Press "New Page" button
- Type "Foo bar" (or some random text) but do not press the "Enter" key
- Click the Link button, type some URL and press "Enter"
- Note: the whole link is selected right now. Do not click on it
- Press "right arrow key"
- Result: cursor is at the end of the link (Ok).
- Now load http://rev.ckeditor.com/ckeditor/trunk/6272/_samples/replacebyclass.html and follow the same set of steps. Result: cursor is at the beginning of the editing area.
Change History (4)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Second patch from #7041 fixes the problem.
The second patch from #7041 (7041_2.patch) fixes the problem.