Opened 12 years ago
Closed 10 years ago
#9554 closed Bug (fixed)
[Webkit Mac] Editor scrolls on paste
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.0 Beta |
Component: | General | Version: | 3.6.3 |
Keywords: | Webkit Mac | Cc: |
Description (last modified by )
Continuation of #8409.
To reproduce:
- Create a page large enough so the scrollbar shows.
- Scroll somewhere in the middle,
- Paste a small chunk of text
Result: The editor will be scrolled to have the newly pasted text aligned to the bottom of the editor.
Reproducible in Webkit Browsers on Mac from CKEditor 3.6.3 rev. [7447]
This problem does not occur in CKEditor 4.x (v4).
Attachments (1)
Change History (6)
Changed 12 years ago by
Attachment: | ckeditor-8409.diff added |
---|
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |
comment:2 Changed 11 years ago by
I noticed this problem, and was actually the same as #8409 in ckeditor 4.3 with chrome on mac. This happened after enabling the divarea plugin. Our ckeditor is very customized so it may not reproduce.
comment:2 Changed 11 years ago by
I noticed this problem, and was actually the same as #8409 in ckeditor 4.3 with chrome on mac. This happened after enabling the divarea plugin. Our ckeditor is very customized so it may not reproduce.
comment:3 Changed 11 years ago by
Reproducesable on demo Screencast: http://screencast.com/t/pL0bNEly Demo site: http://ckeditor.com/demo#div
The fix was probably written for the iframe. We should try to detect if it isn't an iframe and use a separate reference for scrollPosition.
comment:4 Changed 10 years ago by
Milestone: | → CKEditor 4.5.0 |
---|---|
Resolution: | → fixed |
Status: | confirmed → closed |
Fixed in 4.5.0 thanks to dropping the pastebin in favour of direct access to the clipboard.
@clkao attached possible patch