Opened 12 years ago
Closed 12 years ago
#9577 closed Bug (fixed)
Chrome+Inline: Context menu paste goes to the start of the text
Reported by: | Frederico Caldeira Knabben | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0 |
Component: | General | Version: | 4.0 |
Keywords: | WebKit | Cc: |
Description (last modified by )
With Chrome and inline editing:
- Be sure you have some plain text in the clipboard.
- Enable an inline editor.
- Right click on the middle of the text, showing the context menu.
- Select "Paste".
- Fill the paste dialog with clipboard data and hit OK.
The pasted text will go at the start of the contents.
It doesn't happen with framed editing.
Change History (8)
comment:1 Changed 12 years ago by
Status: | new → pending |
---|
comment:3 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Keywords: | WebKit added |
Status: | pending → confirmed |
Well... that IS a concrete TC.
It happens constantly for me on both Chrome and Safari. I'm on a Mac, so maybe this is WebKit Mac only?
comment:4 Changed 12 years ago by
OK, I can confirm it on Chrome and Safari, but only on Mac. It doesn't happen constantly and the paste must be triggered from context menu. I also see that before opening context selection changes - entire right-clicked element is selected. Also - every type of content pasted/written in paste dialog will do the job.
comment:5 Changed 12 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | confirmed → review |
Pushed t/9577.
sel
variable was overwritten by pastebin selection. I'm not sure why, but selection that was unlocked after closing paste dialog wasn't aware of changes in text nodes made by the creation of bookmarks. Anyway - patch seems to fix this issue.
comment:6 Changed 12 years ago by
Status: | review → review_passed |
---|
comment:7 Changed 12 years ago by
comment:8 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Does clicking "paste" in context menu cause native paste for you? For me paste dialog is opened and when I paste clipboard content there and click "OK" content is inserted in the right place.