#8409 closed Bug (worksforme)
Window scrolling on paste (cmd+v)
Reported by: | ragnarfrosti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.4.2 |
Keywords: | Firefox Mac | Cc: | freddie@… |
Description
Hi guys, I'm using CKEditor 3.6.2 and working in Firefox 6.0.2 (Mac OS X). When I paste (cmd+v) a text into the textarea of the CKEditor the whole window scrolls down (how much depends on the amount of text i paste) which means that every time I paste a piece of text to the CKEditor field I need to scroll back upp to be able to continue to work in the textarea.
This problem can be reproduced on your demo page (http://ckeditor.com/demo).
Attachments (3)
Change History (13)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Keywords: | Firefox Mac added |
---|---|
Status: | new → confirmed |
Version: | 3.6.2 → 3.4.2 |
I have been able to reproduce this issue in Firefox from CKEditor 3.4.2.
To Reproduce:
- Copy contents form attached doc
- Open replacebycode or skins sample or ckeditor demo page in MAC
- Scroll down browser window a little bit just like it is shown in Firefox.png
- Copy contents from doc and paste them into editor few times using CMD+V.
Result: Usually on second paste the whole page scrolls down but I sometimes had to paste it at least five times to get result.
Changed 13 years ago by
Attachment: | Lorem ipsum dolor sit amet.doc added |
---|
Changed 13 years ago by
Attachment: | Firefox.png added |
---|
comment:3 Changed 13 years ago by
Same (or very similar) bug observed also on Chrome on Windows. After each paste editor scrolls to the bottom of the target paragraph. So if the whole text is single paragraph or div (happens when CKeditor config.forceEnterMode is set to false) it will scroll to the bottom of the page, alternatively to the pagraph's last line.
- Write or paste long article (just single paragraph, no other html tags).
- Scroll to the top of the article.
- Copy and paste any (small or big) piece of text somewhere to the beginning of the article.
See CKeditor scrolls to the bottom of the article every time.
comment:4 Changed 13 years ago by
Cc: | freddie@… added |
---|
comment:5 Changed 13 years ago by
I was not able to reproduce it anymore in latest Firefox 10.0.1. Can anyone confirm?
comment:6 Changed 13 years ago by
@jozefi I have moved your description to other ticket #8747 as this is different issue.
comment:7 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | confirmed → closed |
I'm not able to reproduce this any more as well.
Changed 12 years ago by
Attachment: | ckeditor-8409.diff added |
---|
comment:8 Changed 12 years ago by
Version: | 3.4.2 → 3.6.6 (SVN - trunk) |
---|
this happens on trunk for me on chrome 24 / macosx. please reopen.
to reproduce: create a page large enough so the scrollbar shows. scroll somewhere in the middle, paste a small chunk of text and the editor will scrolled to have the newly pasted text aligned to the bottom of the editor.
attached is a patch to fix this.
comment:9 Changed 12 years ago by
Version: | 3.6.6 (SVN - trunk) → 3.4.2 |
---|
@clkao I have reported separate issue for your post #9554
If this works for you, try to click outside the CKEditor area and inside the area again and paste the text, realized that it works sometimes...