#5558 closed Bug (fixed)
[Webkit] Not scrolling to cursor after paste
Reported by: | Garry Yao | Owned by: | Sa'ar Zac Elias |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4 |
Component: | Core : Pasting | Version: | 3.4 |
Keywords: | WebKit | Cc: |
Description
Environment
Chrome and Safari
Reproducing Procedures
- Open the 'http://ckeditor.com/demo' sample page;
- Select all contents then place cursor at the end of document;
- Paste with Ctrl-V;
- Actual Result: The document doesn't get scrolled to the end of the pasted text.
- Expected Result: The document scrolls to the cursor position, which is again at the end of document. (scrollbar stays at the same position)
Attachments (1)
Change History (7)
comment:1 Changed 15 years ago by
comment:2 Changed 14 years ago by
Keywords: | WebKit added; Chrome Safari removed |
---|---|
Status: | new → confirmed |
Changed 14 years ago by
Attachment: | 5558.patch added |
---|
comment:3 Changed 14 years ago by
Owner: | set to Sa'ar Zac Elias |
---|---|
Status: | confirmed → review |
This is definitely a browser bug and it should be reported.
comment:4 Changed 14 years ago by
Status: | review → review_passed |
---|
Please be sure to report it to webkit before closing the ticket, leaving a reference to their ticket here.
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Filed a WebKit bug.
Fixed with [5728].
comment:6 Changed 14 years ago by
Version: | 3.1 → 3.4 |
---|
This Bugfix is not working if forcePasteAsPlainText = true;
This seems to be a webkit bug, where the native 'inserthtml' command (we use for Ctrl-V)doesn't actually scroll to paste content end but scroll to the beginning.