Bug 71812
Summary: | HTML editing generates font face attribute with superfluous quotes | ||
---|---|---|---|
Product: | WebKit | Reporter: | equinux AG <dev-bugzilla> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | enrica, rniwa |
Priority: | P2 | ||
Version: | 525.x (Safari 3.2) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
equinux AG
Assigning a font whose name contains spaces (e.g. via the Font panel) leads to HTML like this:
<font class="Apple-style-span" face="'Arial Black'">Text</font>
The additional quotes around the font name lead to problems with some browsers, e.g. Firefox.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Fixed in http://trac.webkit.org/changeset/109382.
*** This bug has been marked as a duplicate of bug 79448 ***