[Webkit-unassigned] [Bug 105533] Font description not synchronized correctly on orientation affecting property changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 20 10:14:58 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=105533





--- Comment #2 from Enrica Casucci <enrica at apple.com>  2012-12-20 10:17:12 PST ---
What I don't understand about your fix is why you've removed the knowledge of the parent style entirely.
Is it ok? Would it be better to do something like:


if (childFontOrientation == parentFontOrientation && childGlyphOrientation == parentGlyphOrientation
    && style->fontDescription().orientation() == childFontOrientation)
        return;

It is even a smaller change than yours.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list