RESOLVED DUPLICATE of bug 6218 6529
Font fallback info is cached over-zealously
https://bugs.webkit.org/show_bug.cgi?id=6529
Summary Font fallback info is cached over-zealously
Alexey Proskuryakov
Reported 2006-01-14 03:58:09 PST
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>
Attachments
test case (319 bytes, text/html)
2006-01-14 03:58 PST, Alexey Proskuryakov
no flags
uglier test case (319 bytes, text/html)
2006-01-14 06:32 PST, Alexey Proskuryakov
no flags
Alexey Proskuryakov
Comment 1 2006-01-14 03:58:48 PST
Created attachment 5659 [details] test case
Alexey Proskuryakov
Comment 2 2006-01-14 06:32:15 PST
Created attachment 5666 [details] uglier test case
mitz
Comment 3 2006-01-14 06:46:34 PST
*** This bug has been marked as a duplicate of 6218 ***
Note You need to log in before you can comment on or make changes to this bug.