Opened 13 years ago
Last modified 13 years ago
#8471 confirmed Bug
Webkit: When Copy/Paste Table Cell It Gets Pasted in next Column
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Webkit | Cc: |
Description
- insert default table
- in first cell, enter
ddd
- Select whole cell (See selection.png)
- press ctrl+c
- Place cursor at the end of text
ddd^
- press ctrl+v
Result: A cell is pasted into first cell in second column (See result.png)
Expected: A cell is pasted into first cell in first column
Issue reproducible in Webkit from CKEditor 3.0
Attachments (3)
Change History (6)
Changed 13 years ago by
Attachment: | selection.png added |
---|
Changed 13 years ago by
Attachment: | result.png added |
---|
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
Changed 13 years ago by
Attachment: | replacebycode2.html added |
---|
comment:3 Changed 13 years ago by
Just a guess but perhaps #8916 has the same cause for this behavior.
Another TC:
This is some great content^
in nested tableMore^
More stuff^
Result:
Cursor will be either inserted in next table cell or after table.
Please note that this sample uses insertHtml() method.