Opened 11 years ago
Last modified 10 years ago
#13288 confirmed Bug
Copy/paste of small strings causes editor enlargement (inline editing)
| Reported by: | steph123 | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
Checked under Windows 7/Chrome.
Correct behavior:
- Go to http://sdk.ckeditor.com/samples/inline.html
- Click the top right editable div
- Select "Lorem ipsum"
- Use Ctrl+C to copy the selection to the clipboard
- Use Ctrl+V to paste "Lorem ipsum" 30 times
-> The editable div grows in height to adjust to the additional content.
Unexpected behavior:
Perform the exact same steps, but in step 3, select "Lorem " (Lorem + space) instead of "Lorem ipsum".
-> At step 5, after about 20 paste operations, the editable div starts growing in width instead of height.
Attachments (1)
Change History (4)
comment:1 Changed 11 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 10 years ago by
I cannot reproduce this today in http://sdk.ckeditor.com/samples/inline.html!!!
Changed 10 years ago by
| Attachment: | 2015-05-21_1224.swf added |
|---|
comment:3 Changed 10 years ago by
Problem can still be reproduced in Chrome. Please see attached video.

I have been able to reproduce this issue only in sdk sample in Blink and Webkit browsers.