RESOLVED DUPLICATE of bug 33429 42533
webkit-transition while using non-standard font causes flash to default font during transition
https://bugs.webkit.org/show_bug.cgi?id=42533
Summary webkit-transition while using non-standard font causes flash to default font ...
Andrew Petersen
Reported 2010-07-18 19:47:31 PDT
Created attachment 61924 [details] Test HTML case I believe I have found a bug in font display when using a transition and an Embedded Font. I'm using the Google Font API to load a special font, which displays fine. However, while the text is being animated as the result of a CSS transition, the text reverts to the default font. So before and after the transition the text is displayed with the proper font, but during the transition the default font is used (or at least the next non @fontface-esque specified in font-famly). Attached is a test case that demonstrates this. In Safari 5, at least, when the text transitions in size (triggered by hovering), the font switches to Arial, and then flashes back to IM Fell DW Pica SC when the transition is complete. In Minefield, the text animates as expected. Please excuse if this is a duplicate! I searched, and did not find anything in Bugzilla, and the only other reference to this bug was found here: http://unstoppablerobotninja.com/entry/webkit-bug-yay/. Perhaps it is fixed in the nightlies?
Attachments
Test HTML case (835 bytes, text/html)
2010-07-18 19:47 PDT, Andrew Petersen
no flags
Alexey Proskuryakov
Comment 1 2010-07-19 16:41:15 PDT
*** This bug has been marked as a duplicate of bug 33429 ***
Alexey Proskuryakov
Comment 2 2010-07-19 16:43:08 PDT
> Perhaps it is fixed in the nightlies? Yes, this is already fixed. Testing with a nightly build is meant to be easy - they are self-contained, and don't change anything in your OS or Safari installation.
Andrew Petersen
Comment 3 2010-07-19 18:52:59 PDT
Question then: why when I search for "webkit-transition font", does bug 33429 not show up? Is there a different way I should be searching?
Note You need to log in before you can comment on or make changes to this bug.