Opened 13 years ago

Closed 12 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 Jakub Ś)

I have found this when checking #8068.

  1. Type "test"
  2. Press subscript button
  3. Type "abc"
  4. Cursor is at the end of "abc^". Hold SHIFT and press left arrow 3 times to select whole "abc" text.
  5. Press CRTL+C
  6. Press End button
  7. 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 13 years ago by Jakub Ś

Status: newconfirmed

comment:2 Changed 12 years ago by Jakub Ś

Description: modified (diff)

comment:3 Changed 12 years ago by Jakub Ś

Resolution: worksforme
Status: confirmedclosed

This is no longer reproducible. Currently the result is as follows:

<p>
	test<sub>abc</sub><span style="font-size: 10px; ">abc</span></p>

I will update ticket #8068 and close this one.

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