[Webkit-unassigned] [Bug 25501] New: Extra font tag created when changing fonts
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 30 17:14:41 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=25501
Summary: Extra font tag created when changing fonts
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
URL: http://www.mozilla.org/editor/midasdemo/
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: HTML Editing
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: sullivan at google.com
CC: eric at webkit.org, jparent at google.com
Steps to reproduce:
1. Go to Midas Demo: http://www.mozilla.org/editor/midasdemo/
2. Enter the following HTML:
<font face="Arial">text</font>
(This is what IE generates when setting the font to Arial.)
3. Uncheck "View HTML Source", highlight "text", and change font to Courier.
Actual result:
<font><font class="Apple-style-span" face="Courier">text</font></font>
Expected result:
<font class="Apple-style-span" face="Courier">text</font>
or just
<font face="Courier">text</font>
Lots of editing on different browsers can result in a document filling up with
redundant tags. This makes it harder and harder to change the font correctly on
all browsers.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list