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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 20 06:51:06 PST 2012


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

           Summary: Font description not synchronized correctly on
                    orientation affecting property changes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: koivisto at iki.fi


in StyleResolver checkForOrientationChange() function checks if the new computed orientation differs from the parent orientation and updates the style's font description only if it does. This is not correct as that does not guarantee the new font description is actually up to date. We can leave the function with the computed orientation and the font description out of sync.

-- 
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