[Webkit-unassigned] [Bug 6529] New: Font fallback info is cached over-zealously
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sat Jan 14 03:58:09 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=6529
Summary: Font fallback info is cached over-zealously
Product: WebKit
Version: 412+
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: major
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: ap at nypop.com
CSS fallback fonts are considered only the first time when a font family doesn't have the needed glyphs;
the same fallback is used the next time, even if different fallback fonts were specified in CSS. A restart of
Safari is needed to reset the cache. In the following example, Courier is used in all four lines:
<td>Courier</td><td style="font-family:Symbol,Courier">test</td></tr>
<td>Times</td><td style="font-family:Symbol,Times">test</td></tr>
<td>Monaco</td><td style="font-family:Symbol,Monaco">test</td></tr>
<td>MissingInAction</td><td style="font-family:Symbol,MissingInAction">test</td></tr>
--
Configure bugmail: http://bugzilla.opendarwin.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