Opened 14 years ago
Closed 12 years ago
#8082 closed Bug (duplicate)
[WebKit] <font> tag with "Apple-style-span" class is left when deleting content
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 3.0 |
Keywords: | WebKit VendorFix | Cc: | satya_minnekanti@… |
Description
- Load the default replacebyclass sample
- Select all
- Set text color to red
- Press "delete" and start typing
- Result:
<p><font class="Apple-style-span" color="#FF0000">foo bar</font></p>
Confirmed in Chrome and Safari on both Win 7 and Mac.
Change History (13)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
Component: | General → Core : Styles |
---|
comment:3 Changed 14 years ago by
Affects also other keystrokes:
- Open a bold style then type a word;
- Delete the word with Ctrl-Backspace;
- Actual Result: a "b" element is opened.
comment:4 Changed 14 years ago by
Cc: | satya_minnekanti@… added |
---|
comment:5 Changed 14 years ago by
We knew from Webkit team that their have this issue fixed recently, let's have our fingers crossed for the incoming browser update.
comment:7 Changed 14 years ago by
Keywords: | VendorFix added |
---|
comment:9 Changed 13 years ago by
If you select font-name type character and press delete font tag will be left. The only good news is that Chrome now drops "Apple-style-span" attribute.
Safari:
<font class="Apple-style-span" face="'comic sans ms', cursive">h</font>
Chrome:
<font face="comic sans ms, cursive">d</font>
comment:13 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | confirmed → closed |
Affects also other inline styles: