Opened 14 years ago
Closed 13 years ago
#8070 closed Bug (worksforme)
Chrome: Editor looses cursor position when using certain key combination
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.5.3 |
Keywords: | Chrome | Cc: |
Description (last modified by )
I have found this when checking #8068.
- Type "test"
- Press subscript button
- Type "abc"
- Cursor is at the end of "
abc^
". Hold SHIFT and press left arrow 3 times to select whole "abc" text. - Press CRTL+C
- Press End button
- Press CRTL+V
Text is pasted at the beginning of editor not behind "abc"
If you place the cursor behind "abc" and select it with a mouse and do End, CRTL+V few times you will get the following result:
<p> test<sub>abcabcabcabcabcabc</sub></p>
Not the same as in FF and Opera but seems ok.
Reproducible from CKEditor 3.5.3 (Before this version subscript didn't work at all)
Change History (3)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | confirmed → closed |
This is no longer reproducible. Currently the result is as follows:
I will update ticket #8068 and close this one.