[Webkit-unassigned] [Bug 7604] New: calcAbsoluteHorizontalValues() is being getting passed arguments in the wrong order in calcAbsoluteHorizontal()
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sat Mar 4 19:28:05 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=7604
Summary: calcAbsoluteHorizontalValues() is being getting passed
arguments in the wrong order in calcAbsoluteHorizontal()
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: sam.weinig at gmail.com
In the function calcAbsoluteHorizontal() in render_box.cpp, the function call
to calculate the horizontal values for the MaxWidth case:
calcAbsoluteHorizontalValues(MaxWidth, cb, cw, static_distance, pab, l, r,
maxW, maxML, maxMR, maxX);
should read:
calcAbsoluteHorizontalValues(MaxWidth, cb, cw, pab, static_distance, l, r,
maxW, maxML, maxMR, maxX);
(ie. flip the variables pab and static_distance)
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list