Opened 14 years ago
Closed 13 years ago
#6366 closed Bug (duplicate)
[Webkit] adds inline styles on drag and drop operation
Reported by: | Karen Ananiev | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Webkit | Cc: |
Description
- Edit contents.css
- Add any CSS rule. For example, h1 { color:red }
- Open editor and create H1 element with some text
- Select the text of this header element and drag and drop it on other place
- Switch to source mode
You'll get something like
<h1 style="color: red; "> header 1</h1>
Change History (5)
comment:1 Changed 13 years ago by
Keywords: | Webkit added |
---|---|
Status: | new → confirmed |
Version: | → 3.0 |
comment:4 Changed 13 years ago by
@fredck comment from #6121:
WebKit is well known about changing dragged or pasted stuff. We're not able to fix it. All we can do is reporting it to them, so they can make things work properly at their side.
comment:5 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | confirmed → closed |
Whether it's dragging or pasting the cause and result is the same.
I'm closing this issue as a DUP of #7146 as the later has more information.
I have used replacebycode sample (with two editors) to reproduce the issue.
Result of dragging header from one editor to another is as follows:
Issue is reproducible on Webkit browsers from CKE 3.0