Opened 14 years ago
Last modified 14 years ago
#7942 confirmed Bug
[Webkit] Paste elements carries applied style
| Reported by: | Garry Yao | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Pasting | Version: | 3.0 |
| Keywords: | Webkit | Cc: | satya_minnekanti@… |
Description
- Append the following styles to the content.css file:
p,strong { border: 1px dotted #000; } - Load the editor with following content:
<p><strong>paragraph1</strong></p> <p>paragraph2</p>
- Copy all content and paste at the end of doc.
- Actual Result: The computed style of the content is pasted as inline style.
Change History (4)
comment:1 Changed 14 years ago by
comment:3 Changed 14 years ago by
| Cc: | satya_minnekanti@… added |
|---|
comment:4 Changed 14 years ago by
The ticket tc is already fixed in latest Chrome, while tc from the above comment remains.

Another different way to reproduce it: