[Webkit-unassigned] [Bug 56052] New: percentages are incorrectly rounded in WebKit
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 9 14:42:30 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=56052
Summary: percentages are incorrectly rounded in WebKit
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: cabanier at gmail.com
WebCore stores percentages as fixed point with limited precision.
Because of this, one of the layout tests (fast/css/percentage-non-integer.html) is not rendering correctly.
The Length class should be updated to use float instead of fixed.
--
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